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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp

Issue 2689213004: *** NOT FOR LANDING *** Paint investigations for bug 667370 (Closed)
Patch Set: Created 3 years, 10 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: 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 0cb65d11480e24aa73e89c27b73c1217e8036850..ae7d3d4c70a73349a95bd48e864a6cb36eaffa90 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
@@ -442,9 +442,10 @@ void PaintInvalidator::invalidatePaintIfNeeded(
// Note that isLayoutView() below becomes unnecessary after the launch of
// root layer scrolling.
&& (object.hasOverflowClip() || object.isLayoutView()) &&
- !toLayoutBox(object).usesCompositedScrolling())
- context.forcedSubtreeInvalidationFlags |=
- PaintInvalidatorContext::ForcedSubtreeInvalidationRectUpdate;
+ !toLayoutBox(object).usesCompositedScrolling()) {
+// context.forcedSubtreeInvalidationFlags |=
+// PaintInvalidatorContext::ForcedSubtreeInvalidationRectUpdate;
+ }
}
void PaintInvalidator::processPendingDelayedPaintInvalidations() {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698