| Index: webkit/child/webkitplatformsupport_impl.h
|
| diff --git a/webkit/child/webkitplatformsupport_impl.h b/webkit/child/webkitplatformsupport_impl.h
|
| index 66e4759be424bd1e98fe23ca530e3ff41f2313c4..566b41ecd79ea6525a675673c8e8d5c3c03e518e 100644
|
| --- a/webkit/child/webkitplatformsupport_impl.h
|
| +++ b/webkit/child/webkitplatformsupport_impl.h
|
| @@ -49,6 +49,7 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :
|
| const WebKit::WebURL& url);
|
| virtual size_t memoryUsageMB();
|
| virtual size_t actualMemoryUsageMB();
|
| + virtual size_t physicalMemoryMB();
|
|
|
| virtual void startHeapProfiling(const WebKit::WebString& prefix);
|
| virtual void stopHeapProfiling() OVERRIDE;
|
|
|