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 |