| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 72446e5325951888570882b4d3d75c172b9b0287..7c7726b63c111d69acaadd249bc30c49e1e5c361 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -81,7 +81,7 @@ public:
|
| WTF::String colorSpaceAsString() const;
|
| sk_sp<SkColorSpace> skColorSpace() const;
|
|
|
| - virtual PassRefPtr<Image> getImage(SnapshotReason) const = 0;
|
| + virtual PassRefPtr<Image> getImage(AccelerationHint, SnapshotReason) const = 0;
|
| virtual ContextType getContextType() const = 0;
|
| virtual bool isAccelerated() const { return false; }
|
| virtual bool shouldAntialias() const { return false; }
|
|
|