Chromium Code Reviews

Unified Diff: gm/imageblur.cpp

Issue 256373002: Turn on quilt mode in DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gm/hittestpath.cpp ('k') | gm/imagefiltersbase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/imageblur.cpp
diff --git a/gm/imageblur.cpp b/gm/imageblur.cpp
index ff8a4812cfb5cf86054f9adf4604c197a07cf17d..0b1ab3077ffd3ea347bbddef8798ccfd4cea93ac 100644
--- a/gm/imageblur.cpp
+++ b/gm/imageblur.cpp
@@ -23,6 +23,10 @@ public:
}
protected:
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ return kSkipTiled_Flag;
+ }
+
virtual SkString onShortName() {
return fName;
}
« no previous file with comments | « gm/hittestpath.cpp ('k') | gm/imagefiltersbase.cpp » ('j') | no next file with comments »

Powered by Google App Engine