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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h

Issue 1331533002: [poc] curve-filter Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix CanvasRenderingContext2D::createPattern crash for #40 Created 4 years, 11 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/layout/compositing/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index 7520b69573d18ae2c473febe81c947b6f7c3b507..8214f2d647c3428c7f7f1a2aed135d47aa0e6d3c 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -113,7 +113,7 @@ public:
// Issue paint invalidations of the appropriate layers when the given Layer starts or stops being composited.
void paintInvalidationOnCompositingChange(PaintLayer*);
- void fullyInvalidatePaint();
+ void fullyInvalidatePaint(bool changeDirectlyCompositedImages = false);
PaintLayer* rootLayer() const;
GraphicsLayer* rootGraphicsLayer() const;

Powered by Google App Engine
This is Rietveld 408576698