| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 02bd0e871c1e4eca0e1724e31eb3e5b0f5764760..d6d6793a97d48492178d7af7f52e90fe043c4360 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -65,6 +65,8 @@ LayoutView::LayoutView(Document* document)
|
| , m_hitTestCacheHits(0)
|
| , m_hitTestCache(HitTestCache::create())
|
| , m_pendingSelection(PendingSelection::create())
|
| + , m_forceCheckForPaintInvalidationByParent(false)
|
| + , m_paintInvalidationCachedOffsetsEnabledByParent(true)
|
| {
|
| // init LayoutObject attributes
|
| setInline(false);
|
|
|