| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| index 4da22c308fe7fdb455ee29d41a1dbf09946bdb2c..51a54c41da490f25b510e1061dda30ecbbf35bf8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -418,7 +418,7 @@ PassRefPtr<Image> HTMLVideoElement::GetSourceImageForCanvas(
|
| SourceImageStatus* status,
|
| AccelerationHint,
|
| SnapshotReason,
|
| - const FloatSize&) const {
|
| + const FloatSize&) {
|
| if (!HasAvailableVideoFrame()) {
|
| *status = kInvalidSourceImageStatus;
|
| return nullptr;
|
|
|