| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index 54cbde2fb2ad14576faa8b6ced9984667f7d82e2..74b2ce0899b123bea1cf6e1b4226b5a52a46d4ce 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -76,11 +76,11 @@
|
|
|
| bool forcedSubtreeInvalidationRectUpdateWithinContainerOnly() const {
|
| return m_forcedSubtreeInvalidationFlags ==
|
| - PaintInvalidatorContext::ForcedSubtreeVisualRectUpdate;
|
| + PaintInvalidatorContext::ForcedSubtreeInvalidationRectUpdate;
|
| }
|
| void setForceSubtreeInvalidationRectUpdateWithinContainer() {
|
| m_forcedSubtreeInvalidationFlags |=
|
| - PaintInvalidatorContext::ForcedSubtreeVisualRectUpdate;
|
| + PaintInvalidatorContext::ForcedSubtreeInvalidationRectUpdate;
|
| }
|
|
|
| const LayoutBoxModelObject& paintInvalidationContainer() const {
|
|
|