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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/layout/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index 37e563e106c3a4edb9e59b7a4fbe5cfc67a758c7..90667988156a495a1c48c3ae68a226feef0fb752 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -340,7 +340,7 @@ protected:
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const override;
- bool paintedOutputOfObjectHasNoEffect() const override;
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override;

Powered by Google App Engine
This is Rietveld 408576698