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

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

Issue 2501833002: Fix bug of animated table col/section/row background (Closed)
Patch Set: Created 4 years, 1 month 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 4179e73ef9b7628ce45cab92db5aa0bf771c6723..e7b1d82cfd640bc94a4ec895e3ecf48b3a92de69 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1304,6 +1304,8 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
bool hasNonCompositedScrollbars() const final;
+ void ensureIsReadyForPaintInvalidation() override;
+
protected:
void willBeDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698