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

Unified Diff: cc/test/fake_proxy.h

Issue 2267263002: cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: renderer-caps: rebase Created 4 years, 4 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 | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index af7b99ed638bae13ba434f96b2d7eb7eef7fdbfb..05baad7603267a4397b9009f3f595e851ae77568 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -22,7 +22,6 @@ class FakeProxy : public Proxy {
void SetOutputSurface(OutputSurface* output_surface) override {}
void ReleaseOutputSurface() override;
void SetVisible(bool visible) override {}
- const RendererCapabilities& GetRendererCapabilities() const override;
void SetNeedsAnimate() override {}
void SetNeedsUpdateLayers() override {}
void SetNeedsCommit() override {}
@@ -43,10 +42,7 @@ class FakeProxy : public Proxy {
TopControlsState current,
bool animate) override {}
- virtual RendererCapabilities& GetRendererCapabilities();
-
private:
- RendererCapabilities capabilities_;
LayerTreeHost* layer_tree_host_;
};
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698