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 f1145c175b3b664ebcf94f810aee815e983e8257..03d7c49a4e3507abe4ebcb32016f7b0c4a6e5491 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -282,7 +282,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_; } |
@@ -694,7 +693,6 @@ class CC_EXPORT LayerTreeHostImpl |
MicroBenchmarkControllerImpl micro_benchmark_controller_; |
bool need_to_update_visible_tiles_before_draw_; |
- bool have_valid_output_surface_; |
// Optional callback to notify of new tree activations. |
base::Closure tree_activation_callback_; |