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

Unified Diff: gm/hairmodes.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/hairlines.cpp ('k') | gm/hittestpath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/hairmodes.cpp
diff --git a/gm/hairmodes.cpp b/gm/hairmodes.cpp
index 783c225e98f2c29e9883f2041c79da6e153d83a4..f1fa260ef7a7a8ced9b77f3923a98613a338f262 100644
--- a/gm/hairmodes.cpp
+++ b/gm/hairmodes.cpp
@@ -78,7 +78,6 @@ namespace skiagm {
SkPaint fBGPaint;
protected:
-
virtual SkString onShortName() SK_OVERRIDE {
return SkString("hairmodes");
}
@@ -123,7 +122,7 @@ namespace skiagm {
}
// disable pdf for now, since it crashes on mac
- virtual uint32_t onGetFlags() const { return kSkipPDF_Flag; }
+ virtual uint32_t onGetFlags() const { return kSkipPDF_Flag | kSkipTiled_Flag; }
private:
typedef GM INHERITED;
« no previous file with comments | « gm/hairlines.cpp ('k') | gm/hittestpath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698