| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 367649c1d35c116059feb1006c5601b32239a8ee..6cfa6c368b5e10231a9709f27e8d3741d8475261 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -123,7 +123,6 @@ public:
|
| bool usesRemUnits() const { return m_usesRemUnits; }
|
| void setUsesRemUnit(bool b) { m_usesRemUnits = b; }
|
|
|
| - void combineCSSFeatureFlags(const RuleFeatureSet&);
|
| void resetCSSFeatureFlags(const RuleFeatureSet&);
|
|
|
| void didRemoveShadowRoot(ShadowRoot*);
|
|
|