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