Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.h

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1ff4b284b27257a323a66bf6328ede12bf7c6467..d44bf641f4cfaa47d60d3a61b16fd455a037e9ff 100644
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
@@ -183,6 +183,8 @@ public:
StyleResolverStats* stats() { return m_styleResolverStats.get(); }
void setStatsEnabled(bool);
+ void purgeMemory();
+
DECLARE_VIRTUAL_TRACE();
DECLARE_TRACE_WRAPPERS();

Powered by Google App Engine
This is Rietveld 408576698