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

Unified Diff: src/gpu/GrClipMaskManager.h

Issue 16952006: Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color,… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix comments Created 7 years, 6 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/GrAARectRenderer.cpp ('k') | src/gpu/GrClipMaskManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrClipMaskManager.h
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
index 6d9d6f69391cfcf8b8a7e8c78a9cbdd66c0419cc..121737b897407d8a69c2947485c8a0df2446cebe 100644
--- a/src/gpu/GrClipMaskManager.h
+++ b/src/gpu/GrClipMaskManager.h
@@ -10,6 +10,7 @@
#define GrClipMaskManager_DEFINED
#include "GrContext.h"
+#include "GrDrawState.h"
#include "GrNoncopyable.h"
#include "GrRect.h"
#include "GrReducedClip.h"
@@ -29,7 +30,6 @@ class GrPathRenderer;
class GrPathRendererChain;
class SkPath;
class GrTexture;
-class GrDrawState;
/**
* The clip mask creator handles the generation of the clip mask. If anti
@@ -51,7 +51,7 @@ public:
* and sets the GrGpu's scissor and stencil state. If the return is false
* then the draw can be skipped.
*/
- bool setupClipping(const GrClipData* clipDataIn);
+ bool setupClipping(const GrClipData* clipDataIn, GrDrawState::AutoRestoreEffects*);
void releaseResources();
« no previous file with comments | « src/gpu/GrAARectRenderer.cpp ('k') | src/gpu/GrClipMaskManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698