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

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

Issue 2727853002: [css-display] Support display: contents pseudo-elements.
Patch Set: [css-display] Support display: contents pseudos. 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/LayoutQuote.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutQuote.h b/third_party/WebKit/Source/core/layout/LayoutQuote.h
index 96c633bbf3bb07759f4fd5c7a4dd115f4c05454f..062e3c20bec7fd92e266af21e00c7be66beb448d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutQuote.h
+++ b/third_party/WebKit/Source/core/layout/LayoutQuote.h
@@ -83,6 +83,9 @@ class LayoutQuote final : public LayoutInline {
// The pseudo-element that owns us.
//
+ // TODO(ecobos@igalia.com): This is also in m_node, should we make that
+ // protected instead of private? Seems easy to misuse.
+ //
// Lifetime is the same as LayoutObject::m_node, so this is safe.
UntracedMember<PseudoElement> m_owningPseudo;

Powered by Google App Engine
This is Rietveld 408576698