Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index dc0d076a2d2284d3adeb021dd59bf8714a2601f4..b65a89502ded87a38d50f2da723b52892f9ffb9c 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -128,6 +128,10 @@ private: |
virtual void onClear(GrRenderTarget*, const SkIRect* rect, GrColor color, |
bool canIgnoreRect) SK_OVERRIDE; |
+ virtual void onClearStencilClip(GrRenderTarget*, |
+ const SkIRect& rect, |
+ bool insideClip) SK_OVERRIDE; |
+ |
virtual bool onReadPixels(GrRenderTarget* target, |
int left, int top, |
int width, int height, |
@@ -146,10 +150,8 @@ private: |
virtual void clearStencil(GrRenderTarget*) SK_OVERRIDE; |
- virtual void clearStencilClip(GrRenderTarget*, const SkIRect& rect, |
- bool insideClip) SK_OVERRIDE; |
virtual bool flushGraphicsState(DrawType, |
- const ScissorState&, |
+ const GrClipMaskManager::ScissorState&, |
const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE; |
// GrDrawTarget overrides |
@@ -222,7 +224,7 @@ private: |
// flushes the scissor. see the note on flushBoundTextureAndParams about |
// flushing the scissor after that function is called. |
- void flushScissor(const ScissorState&, |
+ void flushScissor(const GrClipMaskManager::ScissorState&, |
const GrGLIRect& rtViewport, |
GrSurfaceOrigin rtOrigin); |