Skip to content

Commit

Permalink
Fix erroneously commented line added in r202142.
Browse files Browse the repository at this point in the history
* Shared/mac/RemoteLayerBackingStore.mm:
(WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):

Canonical link: https://commits.webkit.org/176998@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202224 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
smfr committed Jun 20, 2016
1 parent 2802d0c commit d1b2e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Source/WebKit2/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2016-06-19 Simon Fraser <simon.fraser@apple.com>

Fix erroneously commented line added in r202142.

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

2016-06-16 Enrica Casucci <enrica@apple.com>

Support configurable autocapitalization.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1b2e6d

Please sign in to comment.