* Shared/mac/RemoteLayerBackingStore.mm:
(WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202229
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-06-20 Tim Horton <timothy_horton@apple.com>
+
+ Try to fix the iOS build after r202142 and r202224.
+
+ * Shared/mac/RemoteLayerBackingStore.mm:
+ (WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):
+
2016-06-19 Simon Fraser <simon.fraser@apple.com>
Fix erroneously commented line added in r202142.
#if USE(IOSURFACE)
if (acceleratesDrawing()) {
- layer.contents = (id)m_frontBuffer.surface->surface();
+ layer.contents = m_frontBuffer.surface->asLayerContents();
return;
}
#endif