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

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

Issue 2549553002: Verify paintedOutputOfObjectHasNoEffectRegardlessOfSize during painting (Closed)
Patch Set: Remove from LayoutObject.h Created 4 years 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/LayoutDetailsMarker.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.h b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.h
index ad9e85895598fc56ca6b3eb3e5f071283a7d04a3..a118552bb999ef19378a3ff859b303ae1ebb3f6e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.h
+++ b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.h
@@ -40,6 +40,9 @@ class LayoutDetailsMarker final : public LayoutBlockFlow {
return type == LayoutObjectDetailsMarker || LayoutBlockFlow::isOfType(type);
}
void paint(const PaintInfo&, const LayoutPoint&) const override;
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override {
+ return false;
+ }
bool isOpen() const;
};

Powered by Google App Engine
This is Rietveld 408576698