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