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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.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/modules/csspaint/PaintRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
index 20f8767f68de35f54dbc1ddbf286437ffaac3c8a..ceb19671b14b1e055bcb320b86f86f665eca60de 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
@@ -59,8 +59,6 @@ class MODULES_EXPORT PaintRenderingContext2D
void DidDraw(const SkIRect& dirty_rect) final;
- ColorBehavior DrawImageColorBehavior() const final;
-
// TODO(ikilpatrick): We'll need to either only accept resolved filters
// from a typed-om <filter> object, or use the appropriate style resolution
// host to determine 'em' units etc in filters. At the moment just pretend

Powered by Google App Engine
This is Rietveld 408576698