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

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 277703002: Remove synchronous compositeAndReadback() from WebLayerTreeView impls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 28bd7c84a3c68d93936ea6955e323e24019cd6ec..3069317396504b7a4359313b7f1166c8eb3f310f 100644
--- a/content/test/web_layer_tree_view_impl_for_testing.cc
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc
@@ -122,12 +122,6 @@ bool WebLayerTreeViewImplForTesting::commitRequested() const {
void WebLayerTreeViewImplForTesting::didStopFlinging() {}
-bool WebLayerTreeViewImplForTesting::compositeAndReadback(
- void* pixels, const WebRect& rect_in_device_viewport) {
- return layer_tree_host_->CompositeAndReadback(pixels,
- rect_in_device_viewport);
-}
-
void WebLayerTreeViewImplForTesting::finishAllRendering() {
layer_tree_host_->FinishAllRendering();
}
« 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