Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 10b06854b8fb1f5367eb3c08021d2442493aaf66..0a45cb74b58a76fc6932d3f9e010bdb298bb9e92 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -191,6 +191,7 @@ LayerTreeHostImpl::LayerTreeHostImpl( |
: client_(client), |
proxy_(proxy), |
use_gpu_rasterization_(false), |
+ gpu_rasterization_status_(GpuRasterizationStatus::OFF_DEVICE), |
input_handler_client_(NULL), |
did_lock_scrolling_layer_(false), |
should_bubble_scrolls_(false), |