Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 78fdc47fb918214194a8334f92ebdf6288809fd1..f52941d430b9dc9e78ac781b3f7e12af163fb7b3 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -52,6 +52,7 @@ |
class UIResourceRequest; |
class VideoFrameControllerClient; |
struct PendingPageScaleAnimation; |
+struct RendererCapabilitiesImpl; |
typedef std::vector<UIResourceRequest> UIResourceRequestQueue; |
typedef SyncedProperty<AdditionGroup<float>> SyncedTopControls; |
@@ -76,6 +77,7 @@ |
// --------------------------------------------------------------------------- |
const LayerTreeSettings& settings() const; |
const LayerTreeDebugState& debug_state() const; |
+ const RendererCapabilitiesImpl& GetRendererCapabilities() const; |
ContextProvider* context_provider() const; |
OutputSurface* output_surface() const; |
ResourceProvider* resource_provider() const; |