Title: [192554] branches/safari-601.1.46-branch/Source/WebKit2
Revision
192554
Author
matthew_han...@apple.com
Date
2015-11-17 16:27:05 -0800 (Tue, 17 Nov 2015)

Log Message

Rollout r192475. rdar://problem/22846841

Modified Paths

Diff

Modified: branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog (192553 => 192554)


--- branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog	2015-11-18 00:27:03 UTC (rev 192553)
+++ branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog	2015-11-18 00:27:05 UTC (rev 192554)
@@ -1,5 +1,9 @@
 2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
 
+        Rollout r192475. rdar://problem/22846841
+
+2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
+
         Rollout r192479. rdar://problem/22846841
 
 2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
@@ -39,18 +43,6 @@
             (WebKit::WebPageProxy::processDidBecomeResponsive):  Call navigationClient's processDidBecomeResponsive if the page proxy
                 has navigationClient.
 
-2015-11-16  Matthew Hanson  <matthew_han...@apple.com>
-
-        Merge r189637. rdar://problem/22846841
-
-    2015-09-11  Beth Dakin  <bda...@apple.com>
-
-            Another build fix.
-
-            * UIProcess/mac/ViewSnapshotStore.h:
-            (WebKit::ViewSnapshot::size):
-            (WebKit::ViewSnapshot::imageSizeInBytes):
-
 2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r191872. rdar://problem/23395972

Modified: branches/safari-601.1.46-branch/Source/WebKit2/UIProcess/mac/ViewSnapshotStore.h (192553 => 192554)


--- branches/safari-601.1.46-branch/Source/WebKit2/UIProcess/mac/ViewSnapshotStore.h	2015-11-18 00:27:03 UTC (rev 192553)
+++ branches/safari-601.1.46-branch/Source/WebKit2/UIProcess/mac/ViewSnapshotStore.h	2015-11-18 00:27:05 UTC (rev 192554)
@@ -83,7 +83,6 @@
     void setSurface(std::unique_ptr<WebCore::IOSurface>);
 #else
     WebCore::IntSize size() const { return m_size; }
-    size_t imageSizeInBytes() const { return m_imageSizeInBytes; }
 #endif
 
 private:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to