| Index: cc/input/layer_scroll_offset_delegate.h
|
| diff --git a/cc/input/layer_scroll_offset_delegate.h b/cc/input/layer_scroll_offset_delegate.h
|
| index 02ba011118dfb5621bf3a53c482b8ae8c1a40e67..31bc1be3efb9ba5769930682e9ab594fff9a1f86 100644
|
| --- a/cc/input/layer_scroll_offset_delegate.h
|
| +++ b/cc/input/layer_scroll_offset_delegate.h
|
| @@ -42,6 +42,7 @@ class LayerScrollOffsetDelegate {
|
| float min_page_scale_factor,
|
| float max_page_scale_factor) = 0;
|
|
|
| + virtual void SetBlockUpdates(bool block_updates) {}
|
| // This is called by the compositor to check whether a delegate-managed fling
|
| // is active or not.
|
| virtual bool IsExternalFlingActive() const = 0;
|
|
|