aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-11-19 09:38:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-19 09:38:51 -0800
commit54e0c12a5ab2d83fe249dd199d6879e8c0f04404 (patch)
treebfa048cfac5852f9944d1c83a1b99c112e38c67c /src/gpu/GrGpu.h
parent65d79cefe2452288228ec53fe0b7153934b0f9a3 (diff)
scissor state on optstate
waiting BUG=skia: Review URL: https://codereview.chromium.org/742763002
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index bf259f92ed..94a0914843 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -356,16 +356,12 @@ public:
const SkIRect& srcRect,
const SkIPoint& dstPoint) = 0;
- virtual void draw(const GrOptDrawState&,
- const GrDrawTarget::DrawInfo&,
- const GrClipMaskManager::ScissorState&);
+ virtual void draw(const GrOptDrawState&, const GrDrawTarget::DrawInfo&);
virtual void stencilPath(const GrOptDrawState&,
const GrPath*,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&);
virtual void drawPath(const GrOptDrawState&,
const GrPath*,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&,
const GrDeviceCoordTexture* dstCopy);
virtual void drawPaths(const GrOptDrawState&,
@@ -374,7 +370,6 @@ public:
int count,
const float transforms[],
GrDrawTarget::PathTransformType,
- const GrClipMaskManager::ScissorState&,
const GrStencilSettings&,
const GrDeviceCoordTexture*);
@@ -476,7 +471,6 @@ private:
// returns false if current state is unsupported.
virtual bool flushGraphicsState(const GrOptDrawState&,
DrawType,
- const GrClipMaskManager::ScissorState&,
const GrDeviceCoordTexture* dstCopy) = 0;
// clears target's entire stencil buffer to 0