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 878747874c7298b93b554ab645f0c15fe1309dd5..1e7853aa092c1ae940ec85bd5f3667f06ddb7e83 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -289,7 +289,6 @@ class CC_EXPORT LayerTreeHostImpl |
int SourceAnimationFrameNumber() const; |
virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface); |
- bool IsContextLost(); |
TileManager* tile_manager() { return tile_manager_.get(); } |
void SetUseGpuRasterization(bool use_gpu); |
bool use_gpu_rasterization() const { return use_gpu_rasterization_; } |