| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 31bf811d8207e5c3f190d043e039b3da7d2f2cbe..8ed537244ca4d7ad573008ed8edbe93387ede723 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -93,7 +93,6 @@ class CORE_EXPORT CanvasRenderingContext
|
| WTF::String PixelFormatAsString() const;
|
|
|
| const CanvasColorParams& color_params() const { return color_params_; }
|
| - ColorBehavior ColorBehaviorForMediaDrawnToCanvas() const;
|
|
|
| virtual PassRefPtr<Image> GetImage(AccelerationHint,
|
| SnapshotReason) const = 0;
|
|
|