Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h

Issue 2893243003: color: Add ColorCanvasExtensions runtime flag (Closed)
Patch Set: Update webkit_unit_tests to use new flags Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698