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

Unified Diff: src/core/SkPictureFlat.h

Issue 13957009: First pass at Comment API (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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
===================================================================
--- src/core/SkPictureFlat.h (revision 8806)
+++ src/core/SkPictureFlat.h (working copy)
@@ -62,8 +62,11 @@
SKEW,
TRANSLATE,
NOOP,
+ BEGIN_GROUP,
+ COMMENT,
+ END_GROUP,
- LAST_DRAWTYPE_ENUM = NOOP
+ LAST_DRAWTYPE_ENUM = END_GROUP
};
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP*

Powered by Google App Engine
This is Rietveld 408576698