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(); } |