| Index: third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp
 | 
| index e41aa9838d3d27f9d3ead329c14e783c8b24e958..0cd2059c0ccbedf5077abe49d9c23e4236475663 100644
 | 
| --- a/third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp
 | 
| @@ -28,7 +28,7 @@ PassRefPtr<Image> ImageElementBase::GetSourceImageForCanvas(
 | 
|      SourceImageStatus* status,
 | 
|      AccelerationHint,
 | 
|      SnapshotReason,
 | 
| -    const FloatSize& default_object_size) const {
 | 
| +    const FloatSize& default_object_size) {
 | 
|    if (!GetImageLoader().ImageComplete() || !CachedImage()) {
 | 
|      *status = kIncompleteSourceImageStatus;
 | 
|      return nullptr;
 | 
| 
 |