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

Unified Diff: gm/simpleaaclip.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. 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/shallowgradient.cpp ('k') | gm/skbug1719.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/simpleaaclip.cpp
diff --git a/gm/simpleaaclip.cpp b/gm/simpleaaclip.cpp
index 41fb9fba6995fc2cc33d534da09ff203c063c6c5..1e51f99395003498a517933fcac7be1ea4da6f42 100644
--- a/gm/simpleaaclip.cpp
+++ b/gm/simpleaaclip.cpp
@@ -124,6 +124,10 @@ protected:
canvas->restore();
}
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ return kPath_GeomType == fGeomType ? kSkipTiled_Flag : 0;
+ }
+
virtual SkString onShortName() {
SkString str;
str.printf("simpleaaclip_%s",
« no previous file with comments | « gm/shallowgradient.cpp ('k') | gm/skbug1719.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698