| Index: webkit/glue/webkitplatformsupport_impl.h
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
|
| index 635e1b27f6b23cdfb55fd23c6d938dc9c78445cd..30208a0f6afc827f0a96cc46009b2bae3d36fd9e 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.h
|
| +++ b/webkit/glue/webkitplatformsupport_impl.h
|
| @@ -68,6 +68,8 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
|
| virtual size_t highMemoryUsageMB() OVERRIDE;
|
| virtual size_t highUsageDeltaMB() OVERRIDE;
|
| #endif
|
| + virtual bool processMemorySizesInBytes(size_t* private_bytes,
|
| + size_t* shared_bytes);
|
| virtual WebKit::WebURLLoader* createURLLoader();
|
| virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle();
|
| virtual WebKit::WebString userAgent(const WebKit::WebURL& url);
|
|
|