| Index: webkit/child/webkitplatformsupport_impl.h
|
| diff --git a/webkit/child/webkitplatformsupport_impl.h b/webkit/child/webkitplatformsupport_impl.h
|
| index 40859a224733291cdbc1fbf351f7652d32cb29d2..624eddedff86c2fe71f34b6780bba2fc5b75f0e1 100644
|
| --- a/webkit/child/webkitplatformsupport_impl.h
|
| +++ b/webkit/child/webkitplatformsupport_impl.h
|
| @@ -50,6 +50,7 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :
|
| virtual size_t memoryUsageMB();
|
| virtual size_t actualMemoryUsageMB();
|
| virtual size_t physicalMemoryMB();
|
| + virtual size_t numberOfProcessors();
|
|
|
| virtual void startHeapProfiling(const blink::WebString& prefix);
|
| virtual void stopHeapProfiling() OVERRIDE;
|
|
|