| Index: public/web/WebKit.h
|
| diff --git a/public/web/WebKit.h b/public/web/WebKit.h
|
| index 24e267caddf4d633d3c099a18a62300d531549a3..47c4193c2b8afad9af3b9a96bb5237d6e4249e2f 100644
|
| --- a/public/web/WebKit.h
|
| +++ b/public/web/WebKit.h
|
| @@ -85,6 +85,10 @@ BLINK_EXPORT void enableLogChannel(const char*);
|
| // containing plugins will be reloaded after refreshing the plugin list.
|
| BLINK_EXPORT void resetPluginCache(bool reloadPages = false);
|
|
|
| +// The embedder should call this periodically in an attempt to balance overall
|
| +// performance and memory usage.
|
| +BLINK_EXPORT void decommitFreeableMemory();
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|