Title: [128316] trunk/Source/WebCore
Revision
128316
Author
pilg...@chromium.org
Date
2012-09-12 08:44:18 -0700 (Wed, 12 Sep 2012)

Log Message

[Chromium] Remove unused getProcessMemorySize from PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=96520

Reviewed by Kentaro Hara.

Part of a refactoring series. See tracking bug 82948.

* platform/chromium/PlatformSupport.h:
(PlatformSupport):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (128315 => 128316)


--- trunk/Source/WebCore/ChangeLog	2012-09-12 15:36:45 UTC (rev 128315)
+++ trunk/Source/WebCore/ChangeLog	2012-09-12 15:44:18 UTC (rev 128316)
@@ -1,3 +1,15 @@
+2012-09-12  Mark Pilgrim  <pilg...@chromium.org>
+
+        [Chromium] Remove unused getProcessMemorySize from PlatformSupport
+        https://bugs.webkit.org/show_bug.cgi?id=96520
+
+        Reviewed by Kentaro Hara.
+
+        Part of a refactoring series. See tracking bug 82948.
+
+        * platform/chromium/PlatformSupport.h:
+        (PlatformSupport):
+
 2012-09-12  Roland Takacs  <rtak...@inf.u-szeged.hu>
 
         [Qt] Segmentation fault when closing QtTestBrowser

Modified: trunk/Source/WebCore/platform/chromium/PlatformSupport.h (128315 => 128316)


--- trunk/Source/WebCore/platform/chromium/PlatformSupport.h	2012-09-12 15:36:45 UTC (rev 128315)
+++ trunk/Source/WebCore/platform/chromium/PlatformSupport.h	2012-09-12 15:44:18 UTC (rev 128316)
@@ -134,10 +134,6 @@
     static IntRect screenRect(Widget*);
     static IntRect screenAvailableRect(Widget*);
 
-    // Returns private and shared usage, in bytes. Private bytes is the amount of
-    // memory currently allocated to this process that cannot be shared. Returns
-    // false on platform specific error conditions.
-    static bool getProcessMemorySize(size_t* privateBytes, size_t* sharedBytes);
     // Theming ------------------------------------------------------------
 #if OS(WINDOWS)
     static void paintButton(
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to