| 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 8b1f7cc7a71543bf64058ed01c05b3591cea8e77..058cf05fa5e1b16fd9891186c3ed445d5eee2c81 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -184,6 +184,8 @@ public:
|
| StyleResolverStats* stats() { return m_styleResolverStats.get(); }
|
| void setStatsEnabled(bool);
|
|
|
| + void purgeMemory(DeviceKind);
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|