diff options
Diffstat (limited to 'webkit/glue/webkitplatformsupport_impl.h')
-rw-r--r-- | webkit/glue/webkitplatformsupport_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h index 8d928ba..c466dcb 100644 --- a/webkit/glue/webkitplatformsupport_impl.h +++ b/webkit/glue/webkitplatformsupport_impl.h @@ -68,8 +68,6 @@ 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 bool memoryAllocatorWasteInBytes(size_t* size); virtual WebKit::WebURLLoader* createURLLoader(); virtual WebKit::WebSocketStreamHandle* createSocketStreamHandle(); |