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

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

Issue 2393043002: [SPInvalidation] Enable LayoutEmbeddedObject paint invalidation in new path (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
index 406b31152cbee096462c1c6484d77a2a56023026..4b7ec71a96a08c91adb139d538eb9f97245060f8 100644
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
@@ -54,10 +54,10 @@ class LayoutEmbeddedObject : public LayoutPart {
void paintContents(const PaintInfo&, const LayoutPoint&) const final;
void paintReplaced(const PaintInfo&, const LayoutPoint&) const final;
void paint(const PaintInfo&, const LayoutPoint&) const final;
+ PaintInvalidationReason invalidatePaintIfNeeded(
+ const PaintInvalidatorContext&) const final;
void layout() final;
- PaintInvalidationReason invalidatePaintIfNeeded(
- const PaintInvalidationState&) final;
bool isOfType(LayoutObjectType type) const override {
return type == LayoutObjectEmbeddedObject || LayoutPart::isOfType(type);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698