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

Unified Diff: src/core/SkPictureFlat.h

Issue 1992283002: Add drawBitmapLattice() API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add implementation for SkRecorder and SkPictureRecord Created 4 years, 5 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 3546fb2e0a6d7d8202d2d6a0d3dc994c3957f096..42458755b1aac49fe1b3efad4f1e4eac4aff7a60 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -80,8 +80,9 @@ enum DrawType {
DRAW_DRAWABLE,
DRAW_DRAWABLE_MATRIX,
DRAW_TEXT_RSXFORM,
+ DRAW_BITMAP_NINE_DIVS,
- LAST_DRAWTYPE_ENUM = DRAW_DRAWABLE_MATRIX,
+ LAST_DRAWTYPE_ENUM = DRAW_BITMAP_NINE_DIVS,
};
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP*

Powered by Google App Engine
This is Rietveld 408576698