| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index 2f786efeb103090cef8095a01b68d8140d6832aa..7173957a4058858e351c7dfdc0b3cc0cc92042ce 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -132,7 +132,7 @@
|
|
|
| void ensureUnacceleratedImageBuffer();
|
| ImageBuffer* buffer() const;
|
| - PassRefPtr<Image> copiedImage(SourceDrawingBuffer, AccelerationHint) const;
|
| + PassRefPtr<Image> copiedImage(SourceDrawingBuffer) const;
|
| void clearCopiedImage();
|
|
|
| SecurityOrigin* securityOrigin() const;
|
| @@ -151,8 +151,6 @@
|
|
|
| bool shouldBeDirectComposited() const;
|
|
|
| - void prepareSurfaceForPaintingIfNeeded() const;
|
| -
|
| const AtomicString imageSourceURL() const override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| @@ -161,7 +159,7 @@
|
| void didChangeVisibilityState(PageVisibilityState) override;
|
|
|
| // CanvasImageSource implementation
|
| - PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint) const override;
|
| + PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*) const override;
|
| bool wouldTaintOrigin(SecurityOrigin*) const override;
|
| FloatSize elementSize() const override;
|
| bool isCanvasElement() const override { return true; }
|
|
|