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

Unified Diff: src/core/SkPictureRecord.h

Issue 2118553002: adding new GM to demostrate new shadows (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Forgot to commit files. 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/SkPictureRecord.h
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index 5f51a0e12d6f36e0c60af7789996c341dd212659..b798234a72f191990c42f8b25295ae6c397a52fb 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -161,7 +161,7 @@ protected:
#ifdef SK_EXPERIMENTAL_SHADOWING
void didTranslateZ(SkScalar) override;
-#endif
+#else
jvanverth1 2016/07/26 15:01:24 How did this compile?
vjiaoblack 2016/07/27 15:26:27 :P
void didTranslateZ(SkScalar);
#endif
@@ -268,3 +268,5 @@ private:
typedef SkCanvas INHERITED;
};
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698