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

Unified Diff: cc/trees/proxy.h

Issue 2282433002: Revert of cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: 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/trees/layer_tree_impl.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 54a3770fcb515352dbe01acb98a320bf587c6fb4..be3a1ec11b17dccf642b7eac2167df57dabfe119 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -28,6 +28,7 @@
class LayerTreeDebugState;
class LayerTreeMutator;
class OutputSurface;
+struct RendererCapabilities;
// Abstract interface responsible for proxying commands from the main-thread
// side of the compositor over to the compositor implementation.
@@ -45,6 +46,8 @@
virtual void ReleaseOutputSurface() = 0;
virtual void SetVisible(bool visible) = 0;
+
+ virtual const RendererCapabilities& GetRendererCapabilities() const = 0;
virtual void SetNeedsAnimate() = 0;
virtual void SetNeedsUpdateLayers() = 0;
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698