Description:
Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"
This reverts commit r2125
Looks like GrPathRenderer.h is used from
gpu/include/GrTesselatedPathRenderer.h
There also seems to be a dependency tracking problem, because r2125
didn't go red, but the next revision did.
Committed: http://code.google.com/p/skia/source/detail?r=2127
Please review this at http://codereview.appspot.com/4896048/
Affected files:
M gpu/include/GrContext.h
A + gpu/include/GrDrawTarget.h
A + gpu/include/GrPathRenderer.h
M gpu/src/GrContext.cpp
D gpu/src/GrDrawTarget.h
M gpu/src/GrGpu.cpp
D gpu/src/GrPathRenderer.h
M gyp/gpu.gyp
M samplecode/SampleApp.cpp