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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutCounter.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/LayoutCounter.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.h b/third_party/WebKit/Source/core/layout/LayoutCounter.h
index 6863f4b307504107b90d903827957c3aab700977..746f4321aacabc75c2e61ae9e2160811bd2694d3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutCounter.h
+++ b/third_party/WebKit/Source/core/layout/LayoutCounter.h
@@ -49,7 +49,7 @@ class CounterNode;
// LayoutCounter during their lifetime (see the static functions below).
class LayoutCounter final : public LayoutText {
public:
- LayoutCounter(Document*, const CounterContent&);
+ LayoutCounter(PseudoElement&, const CounterContent&);
~LayoutCounter() override;
// These functions are static so that any LayoutObject can call them.

Powered by Google App Engine
This is Rietveld 408576698