| 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 17b390be54acdfe4e881adf093ed659f6b80bb14..b03965bcde38fe0c5457d9bbcc7915b986285f7b 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
|
| @@ -28,6 +28,7 @@
|
| #define CanvasImageSource_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/graphics/GraphicsTypes.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
| @@ -45,7 +46,7 @@ enum SourceImageStatus {
|
|
|
| class CORE_EXPORT CanvasImageSource {
|
| public:
|
| - virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus* = 0) const = 0;
|
| + virtual PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint) const = 0;
|
|
|
| // IMPORTANT: Result must be independent of whether destinationContext is
|
| // already tainted because this function may be used to determine whether
|
|
|