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

Unified Diff: src/gpu/GrAARectRenderer.h

Issue 947443003: Move clip off of draw target (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: windows warning Created 5 years, 10 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
Index: src/gpu/GrAARectRenderer.h
diff --git a/src/gpu/GrAARectRenderer.h b/src/gpu/GrAARectRenderer.h
index 5a96f2cbca02e676c1c6c8098924f04a8e433b6d..25fa00c6909b270b7c63bd29e3db753cec600e73 100644
--- a/src/gpu/GrAARectRenderer.h
+++ b/src/gpu/GrAARectRenderer.h
@@ -14,10 +14,11 @@
#include "SkRefCnt.h"
#include "SkStrokeRec.h"
-class GrGpu;
-class GrPipelineBuilder;
+class GrClip;
class GrDrawTarget;
+class GrGpu;
class GrIndexBuffer;
+class GrPipelineBuilder;
/*
* This class wraps helper functions that draw AA rects (filled & stroked)

Powered by Google App Engine
This is Rietveld 408576698