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 f97490e67443de75ebc114bd82219104aa80124a..1783578891899980018bc298c96636ca75e25e08 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_; } |
@@ -707,7 +706,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_; |