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

Unified Diff: src/gpu/SkGpuDevice.h

Issue 947443003: Move clip off of draw target (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup 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/SkGpuDevice.h
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
index cd2dcdc71c4a830e7135b9797eb4378b75100a02..05cbe6d011c43fa49efd96eedf405d000c4d555e 100644
--- a/src/gpu/SkGpuDevice.h
+++ b/src/gpu/SkGpuDevice.h
@@ -135,7 +135,9 @@ protected:
private:
GrContext* fContext;
GrSkDrawProcs* fDrawProcs;
- GrClipData fClipData;
+ SkAutoTUnref<const SkClipStack> fClipStack;
bsalomon 2015/02/23 19:31:30 alignment
+ SkIPoint fClipOrigin;
+ GrClip fClipData;
GrTextContext* fTextContext;
SkSurfaceProps fSurfaceProps;
GrRenderTarget* fRenderTarget;

Powered by Google App Engine
This is Rietveld 408576698