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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutReplaced.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/LayoutReplaced.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
index 9385ff4667d1953544dc2cd7564c207e57c71925..4ab96cca7cf270ed754f437433f9e143a71f1241 100644
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
@@ -74,7 +74,7 @@ public:
void paint(const PaintInfo&, const LayoutPoint&) const override;
// Replaced objects often have contents to paint.
- bool paintedOutputOfObjectHasNoEffect() const final { return false; }
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const final { return false; }
struct IntrinsicSizingInfo {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698