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

Unified Diff: include/private/SkRecords.h

Issue 2118553002: adding new GM to demostrate new shadows (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: fixed codez Created 4 years, 6 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: include/private/SkRecords.h
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
index d6ef12fe6c36491229f83253d921f8f914a52ffc..ca67e1b4d59e2a6e9e8e5e69869f7540e4df6dcb 100644
--- a/include/private/SkRecords.h
+++ b/include/private/SkRecords.h
@@ -248,6 +248,7 @@ RECORD(DrawBitmap, kDraw_Tag|kHasImage_Tag,
ImmutableBitmap bitmap;
SkScalar left;
SkScalar top);
+ //uint8_t zLevel);
RECORD(DrawBitmapNine, kDraw_Tag|kHasImage_Tag,
Optional<SkPaint> paint;
ImmutableBitmap bitmap;

Powered by Google App Engine
This is Rietveld 408576698