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

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

Issue 2727853002: [css-display] Support display: contents pseudo-elements.
Patch Set: Add missing nullcheck (whoops). Created 3 years, 9 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/LayoutText.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
index 283b55fbeda35650607ea2873100a19bf21add3c..807f9c2fded7081003586081728405ee57c05c96 100644
--- a/third_party/WebKit/Source/core/layout/LayoutText.h
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h
@@ -76,6 +76,8 @@ class CORE_EXPORT LayoutText : public LayoutObject {
~LayoutText() override;
#endif
+ static LayoutText* createEmptyAnonymous(Document&);
+
const char* name() const override { return "LayoutText"; }
virtual bool isTextFragment() const;

Powered by Google App Engine
This is Rietveld 408576698