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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/LayoutHTMLCanvas.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
index ca367de0f981b705d9cfcf78eb871ad1465aec8c..443e4992f27e37ebd94d54decae594a49d1da2e1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
+++ b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
@@ -38,7 +38,8 @@ public:
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectCanvas || LayoutReplaced::isOfType(type); }
PaintLayerType layerTypeRequired() const override;
- PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) final;
+
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const final;
void canvasSizeChanged();

Powered by Google App Engine
This is Rietveld 408576698