Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.cc

Issue 11748031: cc: remove loseOutputSurface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_layer_tree_view_impl.cc
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.cc b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
index 33f29bb0a5f401bfd1cc4c37fe00a4d9a244f84b..85a0fec8575d29a649066c7c4c397bae7a1f5657 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.cc
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
@@ -218,11 +218,6 @@ scoped_ptr<FontAtlas> WebLayerTreeViewImpl::createFontAtlas()
return FontAtlas::create(bitmap, asciiToRectTable, fontHeight).Pass();
}
-void WebLayerTreeViewImpl::loseCompositorContext(int numTimes)
-{
- m_layerTreeHost->loseOutputSurface(numTimes);
-}
-
void WebLayerTreeViewImpl::willBeginFrame()
{
m_client->willBeginFrame();
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698