Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 75f5f94c4bbb2f4bc8ae15d2418e451d324e0eae..85790d703b3530b17f40aac9694e323ff12ec554 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -395,7 +395,7 @@ scoped_ptr<OutputSurface> LayerTreeHost::ReleaseOutputSurface() { |
DCHECK(!visible_); |
DCHECK(!output_surface_lost_); |
- output_surface_lost_ = true; |
+ DidLoseOutputSurface(); |
return proxy_->ReleaseOutputSurface(); |
} |