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