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

Unified Diff: cc/test/fake_proxy.cc

Issue 279013002: Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-cnr-lth-proxy-renderer: . 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
Index: cc/test/fake_proxy.cc
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
index 23e8d21573ba66fee970cdbaf52832108fb39a71..29ca100b0278bcd571dfbe942115ea000407869a 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -10,10 +10,6 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
layer_tree_host_ = host;
}
-bool FakeProxy::CompositeAndReadback(void* pixels, const gfx::Rect& rect) {
- return true;
-}
-
bool FakeProxy::IsStarted() const { return true; }
void FakeProxy::CreateAndInitializeOutputSurface() {

Powered by Google App Engine
This is Rietveld 408576698