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

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

Issue 2893243003: color: Add ColorCanvasExtensions runtime flag (Closed)
Patch Set: Fix logic error in ImageBitmap 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 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;

Powered by Google App Engine
This is Rietveld 408576698