| 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 201912f104efcd9f2cdf9e31f3189318d841a177..a956e36c861931a68f796470d32cf1669afefbb0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -111,7 +111,7 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
|
| PassRefPtr<Image> GetSourceImageForCanvas(SourceImageStatus*,
|
| AccelerationHint,
|
| SnapshotReason,
|
| - const FloatSize&) const override;
|
| + const FloatSize&) override;
|
| bool IsVideoElement() const override { return true; }
|
| bool WouldTaintOrigin(SecurityOrigin*) const override;
|
| FloatSize ElementSize(const FloatSize&) const override;
|
|
|