| Index: webkit/glue/webkitplatformsupport_impl.h
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
|
| index 5bbea4863b523b5cd96139b36f28c7dd75af4ea1..0ad0e743b0391076be44fc7c3b77cd665dc4eb84 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);
|
|
|