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

Unified Diff: src/core/SkPictureFlat.h

Issue 138013009: Culling API (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Comments, formatting. Created 6 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/core/SkPictureFlat.h
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
index 7973e65398188d720fd06db7fedcb25512a3a438..614c9c64549b05f690c49e2e2fa658b718876a57 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -27,6 +27,8 @@ enum DrawType {
CLIP_REGION,
CLIP_RECT,
CLIP_RRECT,
+ PUSH_CULL,
+ POP_CULL,
CONCAT,
DRAW_BITMAP,
DRAW_BITMAP_MATRIX,

Powered by Google App Engine
This is Rietveld 408576698