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

Unified Diff: gm/rrects.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/rrect.cpp ('k') | gm/samplerstress.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rrects.cpp
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index 0dc70b190d2e7c0e6f2ab1d3b1a9ec1f545871fd..8e4b199c72a3e70d8af617e6a8f06bac09422e96 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -58,9 +58,9 @@ protected:
virtual uint32_t onGetFlags() const SK_OVERRIDE {
if (kEffect_Type == fType) {
- return kGPUOnly_Flag;
+ return kGPUOnly_Flag | kSkipTiled_Flag;
} else {
- return 0;
+ return kSkipTiled_Flag;
}
}
« no previous file with comments | « gm/rrect.cpp ('k') | gm/samplerstress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698