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

Unified Diff: src/core/SkRecords.h

Issue 494683003: Implement SkPicture::hasText() for SkRecord backend. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: always fill fHasText 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
« no previous file with comments | « src/core/SkPicture.cpp ('k') | tests/PictureTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRecords.h
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
index 01cdbf7b9fa5eff7936b65bd28daf1dc9b028a9c..6ec6e9ca2e8485674310018e488b347062797d50 100644
--- a/src/core/SkRecords.h
+++ b/src/core/SkRecords.h
@@ -63,11 +63,11 @@ namespace SkRecords {
M(DrawPoints) \
M(DrawPosText) \
M(DrawPosTextH) \
+ M(DrawText) \
+ M(DrawTextOnPath) \
M(DrawRRect) \
M(DrawRect) \
M(DrawSprite) \
- M(DrawText) \
- M(DrawTextOnPath) \
M(DrawVertices)
// Defines SkRecords::Type, an enum of all record types.
« no previous file with comments | « src/core/SkPicture.cpp ('k') | tests/PictureTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698