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

Unified Diff: gm/pictureimagefilter.cpp

Issue 794273003: Update GM to permit correctness testing of MPD on the GMs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix merge error Created 6 years 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 | « gm/gmmain.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/pictureimagefilter.cpp
diff --git a/gm/pictureimagefilter.cpp b/gm/pictureimagefilter.cpp
index bae94f58f5f9edd6ef7697045a45e6802521ecae..5f29a34b79bede19c7f26cfdd87d29a5c303409b 100644
--- a/gm/pictureimagefilter.cpp
+++ b/gm/pictureimagefilter.cpp
@@ -102,7 +102,7 @@ protected:
}
// SkPictureImageFilter doesn't support serialization yet.
- virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ uint32_t onGetFlags() const SK_OVERRIDE {
return kSkipPicture_Flag |
kSkipPipe_Flag |
kSkipPipeCrossProcess_Flag |
« no previous file with comments | « gm/gmmain.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698