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 |