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 b492412a776e791d31e02f3ba75028f7691abcb3..f4df7adcc2bedb3816e6e28dd9d62ef190696dcd 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; |