| Index: third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| index 479c63850e5c1f9ab4ea0991c1678b90c09ba673..236964ce6e00a943dd13c332ca66afdc31bc8e5b 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| @@ -1112,7 +1112,7 @@ PassRefPtr<Image> ImageBitmap::GetSourceImageForCanvas(
|
| SourceImageStatus* status,
|
| AccelerationHint,
|
| SnapshotReason,
|
| - const FloatSize&) const {
|
| + const FloatSize&) {
|
| *status = kNormalSourceImageStatus;
|
| if (!image_)
|
| return nullptr;
|
|
|