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

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 166073008: Remove unused WebLayerTreeViewImplForTesting::composite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_layer_tree_view_impl_for_testing.cc
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
index ad653dc8f48e4b49a5cab37f7b049cc6aa660ebb..884bea6a5ae44f21f5b0222de51600f4c5c6150b 100644
--- a/content/test/web_layer_tree_view_impl_for_testing.cc
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc
@@ -120,10 +120,6 @@ bool WebLayerTreeViewImplForTesting::commitRequested() const {
return layer_tree_host_->CommitRequested();
}
-void WebLayerTreeViewImplForTesting::composite() {
- layer_tree_host_->Composite(gfx::FrameTime::Now());
-}
-
void WebLayerTreeViewImplForTesting::didStopFlinging() {}
bool WebLayerTreeViewImplForTesting::compositeAndReadback(
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698