Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index d8f42d5575b58dc4ce349a7e1cf484146106f1dd..a8770b94b97e82a5857a89de434d8f3dd8d3415a 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -96,7 +96,6 @@ enum class GpuRasterizationStatus { |
// LayerTreeHost->Proxy callback interface. |
class LayerTreeHostImplClient { |
public: |
- virtual void UpdateRendererCapabilitiesOnImplThread() = 0; |
virtual void DidLoseOutputSurfaceOnImplThread() = 0; |
virtual void CommitVSyncParameters(base::TimeTicks timebase, |
base::TimeDelta interval) = 0; |
@@ -422,7 +421,6 @@ class CC_EXPORT LayerTreeHostImpl |
ImageDecodeController* image_decode_controller() { |
return image_decode_controller_.get(); |
} |
- const RendererCapabilitiesImpl& GetRendererCapabilities() const; |
bool SwapBuffers(const FrameData& frame); |
virtual void WillBeginImplFrame(const BeginFrameArgs& args); |