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

Unified Diff: src/core/SkPictureFlat.h

Issue 429343004: Stopped skipping tests in dm of SkPatch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 5d1a6b52d6e32ffaee9678f98c18a492279c25ed..af19a948b2f73b1ec46009931031ad72d1ed5aed 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -36,6 +36,7 @@ enum DrawType {
DRAW_DATA,
DRAW_OVAL,
DRAW_PAINT,
+ DRAW_PATCH,
DRAW_PATH,
DRAW_PICTURE,
DRAW_POINTS,

Powered by Google App Engine
This is Rietveld 408576698