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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.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/LayoutTableBoxComponent.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
index 58c0130797e9f83c9ca575a153ee9149394d741a..802e6d328de9a59d30a62383fcfb5ec7f75bd5c1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
@@ -34,9 +34,9 @@ protected:
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
- void clearPaintInvalidationFlags(const PaintInvalidationState& paintInvalidationState) override
+ void clearPaintInvalidationFlags() override
{
- LayoutBox::clearPaintInvalidationFlags(paintInvalidationState);
+ LayoutBox::clearPaintInvalidationFlags();
m_backgroundChangedSinceLastPaintInvalidation = false;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTable.cpp ('k') | third_party/WebKit/Source/core/layout/PaintInvalidationState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698