Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: src/gpu/GrClipStackClip.h

Issue 2254343003: Move GrFixedClip into src directory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrClip.cpp ('k') | src/gpu/GrClipStackClip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrClipStackClip.h
diff --git a/src/gpu/GrClipStackClip.h b/src/gpu/GrClipStackClip.h
index 15025471d20a3fdff6500e1f500b0fbd1638051d..cb1f6837020d68fbcadc0b687f0d5f403459650a 100644
--- a/src/gpu/GrClipStackClip.h
+++ b/src/gpu/GrClipStackClip.h
@@ -8,12 +8,13 @@
#define GrClipStackClip_DEFINED
#include "GrClip.h"
-
#include "GrReducedClip.h"
#include "SkClipStack.h"
-class GrTextureProvider;
class GrPathRenderer;
+class GrTexture;
+class GrTextureProvider;
+class GrUniqueKey;
/**
* GrClipStackClip can apply a generic SkClipStack to the draw state. It may need to generate an
« no previous file with comments | « src/gpu/GrClip.cpp ('k') | src/gpu/GrClipStackClip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698