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

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

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 2 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 21176755b4282c8b6e44bd5ef3ab9d6d04618011..18e8e1507ecd4309baa0c9ceae2067ba0c181d19 100644
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
@@ -78,7 +78,7 @@ class CORE_EXPORT LayoutReplaced : public LayoutBox {
void paint(const PaintInfo&, const LayoutPoint&) const override;
// Replaced objects often have contents to paint.
- bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const final {
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698