| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| index b33e5f4095b9d84123a590b15b3c92fab8157c40..58fc44ffa5e4ef48a7acc9469fa4913d50789f72 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| @@ -18,7 +18,6 @@
|
| , m_cachedOffsetsEnabled(true)
|
| , m_forcedSubtreeInvalidationWithinContainer(false)
|
| , m_forcedSubtreeInvalidationRectUpdateWithinContainer(false)
|
| - , m_viewClippingAndScrollOffsetDisabled(false)
|
| , m_paintInvalidationContainer(*layoutView.containerForPaintInvalidation())
|
| , m_pendingDelayedPaintInvalidations(pendingDelayedPaintInvalidations)
|
| {
|
| @@ -44,7 +43,6 @@
|
| , m_cachedOffsetsEnabled(true)
|
| , m_forcedSubtreeInvalidationWithinContainer(next.m_forcedSubtreeInvalidationWithinContainer)
|
| , m_forcedSubtreeInvalidationRectUpdateWithinContainer(next.m_forcedSubtreeInvalidationRectUpdateWithinContainer)
|
| - , m_viewClippingAndScrollOffsetDisabled(false)
|
| , m_paintInvalidationContainer(paintInvalidationContainer)
|
| , m_pendingDelayedPaintInvalidations(next.pendingDelayedPaintInvalidationTargets())
|
| {
|
| @@ -103,7 +101,6 @@
|
| , m_cachedOffsetsEnabled(next.m_cachedOffsetsEnabled)
|
| , m_forcedSubtreeInvalidationWithinContainer(next.m_forcedSubtreeInvalidationWithinContainer)
|
| , m_forcedSubtreeInvalidationRectUpdateWithinContainer(next.m_forcedSubtreeInvalidationRectUpdateWithinContainer)
|
| - , m_viewClippingAndScrollOffsetDisabled(false)
|
| , m_clipRect(next.m_clipRect)
|
| , m_paintOffset(next.m_paintOffset)
|
| , m_paintInvalidationContainer(next.m_paintInvalidationContainer)
|
|
|