| Index: third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
|
| index d8060f49872c8985324795470203eb8a5fdb11b7..70bae73ea85f3500a709f5165ce7e23218011735 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
|
| @@ -31,7 +31,7 @@ class CORE_EXPORT ImageElementBase : public CanvasImageSource,
|
| PassRefPtr<Image> GetSourceImageForCanvas(SourceImageStatus*,
|
| AccelerationHint,
|
| SnapshotReason,
|
| - const FloatSize&) const override;
|
| + const FloatSize&) override;
|
|
|
| bool WouldTaintOrigin(
|
| SecurityOrigin* destination_security_origin) const override;
|
|
|