Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index aa8eed6095d53d419c18547fd3546e8f0b6aa48e..64487f206598f61eb9dceb06622dab14fc69d747 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -72,6 +72,7 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
#endif |
virtual bool processMemorySizesInBytes(size_t* private_bytes, |
size_t* shared_bytes); |
+ virtual bool memoryAllocatorInternalsInBytes(size_t* size); |
virtual WebKit::WebURLLoader* createURLLoader(); |
virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle(); |
virtual WebKit::WebString userAgent(const WebKit::WebURL& url); |