| 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..0844eae613e4aea4b950975a21b2988a654a698d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| @@ -28,6 +28,7 @@
|
| namespace blink {
|
|
|
| class CounterNode;
|
| +class PseudoElement;
|
|
|
| // LayoutCounter is used to represent the text of a counter.
|
| // See http://www.w3.org/TR/CSS21/generate.html#counters
|
| @@ -49,7 +50,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.
|
|
|