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

Unified Diff: Source/core/layout/LayoutView.cpp

Issue 1209133002: Traverse into child LayoutViews during invalidateTreeIfNeeded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: 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);

Powered by Google App Engine
This is Rietveld 408576698