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..34aefcf75e6abad9755bd59b6fa8051d78353de4 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(CSSValueID, bool add = false); |
const CounterDirectiveMap* counterDirectives() const; |
CounterDirectiveMap& accessCounterDirectives(); |