From 3be2171df16267e9fa5644f1e7ea09edd45e13ca Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 6 Dec 2012 06:13:20 +0000 Subject: cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface It is far too confusing to deal with OutputSurface code when half the time it is called a GraphicsContext incorrectly. Cleaning this up so I can think about the code properly as I upstream the Ubercomp CL. R=jamesr,piman BUG=146080 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171403 Review URL: https://codereview.chromium.org/11450019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171410 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/compositor_bindings/web_layer_tree_view_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit') diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.cc b/webkit/compositor_bindings/web_layer_tree_view_impl.cc index bcd6332..1504116 100644 --- a/webkit/compositor_bindings/web_layer_tree_view_impl.cc +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.cc @@ -208,7 +208,7 @@ scoped_ptr WebLayerTreeViewImpl::createFontAtlas() void WebLayerTreeViewImpl::loseCompositorContext(int numTimes) { - m_layerTreeHost->loseContext(numTimes); + m_layerTreeHost->loseOutputSurface(numTimes); } void WebLayerTreeViewImpl::willBeginFrame() -- cgit v1.1