| Index: third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
 | 
| index fef7d3520923f1ed6dd9e8176722d1d5f4d59afb..f56132f4bc9ef1bda25c50afe340994d914fe768 100644
 | 
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
 | 
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
 | 
| @@ -53,7 +53,7 @@ class CORE_EXPORT CanvasImageSource {
 | 
|    virtual PassRefPtr<Image> GetSourceImageForCanvas(SourceImageStatus*,
 | 
|                                                      AccelerationHint,
 | 
|                                                      SnapshotReason,
 | 
| -                                                    const FloatSize&) const = 0;
 | 
| +                                                    const FloatSize&) = 0;
 | 
|  
 | 
|    // IMPORTANT: Result must be independent of whether destinationContext is
 | 
|    // already tainted because this function may be used to determine whether
 | 
| 
 |