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

Unified Diff: src/core/SkPictureFlat.h

Issue 138013009: Culling API (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Rebased, fCullOffsetStack decl -> unconditional 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 77b29c4d344fc67a73180318bfb44e920fdd4890..4f145742dd7d8a7dfd4deb6d1f004ecc14896dd1 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -27,6 +27,8 @@ enum DrawType {
CLIP_REGION,
CLIP_RECT,
CLIP_RRECT,
robertphillips 2014/02/25 15:58:41 Move to end so old skps will remain valid?!
f(malita) 2014/02/25 16:50:28 Will do.
+ PUSH_CULL,
+ POP_CULL,
CONCAT,
DRAW_BITMAP,
DRAW_BITMAP_MATRIX,

Powered by Google App Engine
This is Rietveld 408576698