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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp

Issue 2388723004: [SPInvalidation] Fix PrePaintTreeWalk for multicol spanner (Closed)
Patch Set: fixes 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
Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
index 574c15651048ff64c0c10eb0ce5ce1bc13cba06e..c014cce96e7d73bda8a65545f54b73444cbf0b60 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
@@ -242,7 +242,7 @@ class ScopedUndoFrameViewContentClipAndScroll {
private:
PaintPropertyTreeBuilderContext& m_treeBuilderContext;
- PaintPropertyTreeBuilderContext::ContainingBlockContext m_savedContext;
+ PaintPropertyTreeBuilderContext::ContainerContext m_savedContext;
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698