Title: [202224] trunk/Source/WebKit2
Revision
202224
Author
[email protected]
Date
2016-06-19 22:53:20 -0700 (Sun, 19 Jun 2016)

Log Message

Fix erroneously commented line added in r202142.

* Shared/mac/RemoteLayerBackingStore.mm:
(WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (202223 => 202224)


--- trunk/Source/WebKit2/ChangeLog	2016-06-20 03:57:37 UTC (rev 202223)
+++ trunk/Source/WebKit2/ChangeLog	2016-06-20 05:53:20 UTC (rev 202224)
@@ -1,3 +1,10 @@
+2016-06-19  Simon Fraser  <[email protected]>
+
+        Fix erroneously commented line added in r202142.
+
+        * Shared/mac/RemoteLayerBackingStore.mm:
+        (WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):
+
 2016-06-16  Enrica Casucci  <[email protected]>
 
         Support configurable autocapitalization.

Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm (202223 => 202224)


--- trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm	2016-06-20 03:57:37 UTC (rev 202223)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm	2016-06-20 05:53:20 UTC (rev 202224)
@@ -400,7 +400,7 @@
 
 #if USE(IOSURFACE)
     if (acceleratesDrawing()) {
-//        layer.contents = (id)m_frontBuffer.surface->surface();
+        layer.contents = (id)m_frontBuffer.surface->surface();
         return;
     }
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to