| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index e1b2335a8f9d81504a3c34e6585b5358a44e8b90..f7035772a146a5ba125143f9fabedc459a037180 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -81,6 +81,7 @@ class CC_EXPORT LayerTreeImpl {
|
| FrameRateCounter* frame_rate_counter() const;
|
| PaintTimeCounter* paint_time_counter() const;
|
| MemoryHistory* memory_history() const;
|
| + bool resourceless_software_draw() const;
|
| gfx::Size device_viewport_size() const;
|
| bool IsActiveTree() const;
|
| bool IsPendingTree() const;
|
|
|