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

Unified Diff: Source/platform/graphics/GraphicsContext.h

Issue 214023002: Use default SkCanvas::saveLayer() flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: Source/platform/graphics/GraphicsContext.h
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
index 39b71b135504f703951f3164ade0fed0b08a5852..b00ba308af0088807a067b4885bed515d1f6701a 100644
--- a/Source/platform/graphics/GraphicsContext.h
+++ b/Source/platform/graphics/GraphicsContext.h
@@ -90,7 +90,7 @@ public:
void save();
void restore();
- void saveLayer(const SkRect* bounds, const SkPaint*, SkCanvas::SaveFlags = SkCanvas::kARGB_ClipLayer_SaveFlag);
+ void saveLayer(const SkRect* bounds, const SkPaint*);
void restoreLayer();
float strokeThickness() const { return immutableState()->strokeData().thickness(); }
« no previous file with comments | « LayoutTests/platform/win/svg/custom/grayscale-gradient-mask-expected.png ('k') | Source/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698