commit | 646e4293f06d9de6d44dbfa3c32cdc15a6f5906e | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Jun 13 12:44:56 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 13 17:21:41 2017 +0000 |
tree | 282acbcd4dc4204d06ed7d61e1d9884dbd6dd3f1 | |
parent | 1791a064f1c1256cf29c69a5eef88de66ee6e794 [diff] [blame] |
Retract GrTexture*.h & GrRenderTarget*.h from other headers This does push some additional work (& includes) into the .cpp files. Change-Id: I27c847e371802270d13594dcc22aae44039990bb Reviewed-on: https://skia-review.googlesource.com/19660 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/ops/GrDashLinePathRenderer.h b/src/gpu/ops/GrDashLinePathRenderer.h index 482c1a0..11abf99 100644 --- a/src/gpu/ops/GrDashLinePathRenderer.h +++ b/src/gpu/ops/GrDashLinePathRenderer.h
@@ -10,7 +10,7 @@ #include "GrPathRenderer.h" -#include "GrGpu.h" +class GrGpu; class GrDashLinePathRenderer : public GrPathRenderer { private: