| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index 54a56ea19e21c83c4b8e10e492b321be84e5dd8a..056e560e787dbdf00b450dcf6b7b23623ba79614 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -78,7 +78,7 @@ public:
|
| KURL posterImageURL() const override;
|
|
|
| // CanvasImageSource implementation
|
| - PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*) const override;
|
| + PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint) const override;
|
| bool isVideoElement() const override { return true; }
|
| bool wouldTaintOrigin(SecurityOrigin*) const override;
|
| FloatSize elementSize() const override;
|
|
|