| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 1798b93566a96b7bf0330e9d12508c16ddd69234..2aa1c13ae3bba7ee1c69a074b1fa3a5451c48e63 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -436,6 +436,8 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
|
| // Note carefully this does not affect the current layer.
|
| void NoteLayerPropertyChangedForDescendants();
|
|
|
| + bool CanDrawDirectlyToBackbuffer() const;
|
| +
|
| private:
|
| void UpdateScrollbarPositions();
|
|
|
|
|