| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 0e36cfe64a9afdf16aa4904146c6ec6bdc8eba6d..232118d688bc4aa687aaead71b3ae797f28104d1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1604,6 +1604,7 @@ public:
|
| void setContent(PassRefPtrWillBeRawPtr<StyleImage>, bool add = false);
|
| void setContent(PassOwnPtr<CounterContent>, bool add = false);
|
| void setContent(QuoteType, bool add = false);
|
| + void setContent(ElementContent, bool add = false);
|
|
|
| const CounterDirectiveMap* counterDirectives() const;
|
| CounterDirectiveMap& accessCounterDirectives();
|
|
|