| Index: cc/base/latency_info_swap_promise_monitor.h
|
| diff --git a/cc/base/latency_info_swap_promise_monitor.h b/cc/base/latency_info_swap_promise_monitor.h
|
| index a463fdbeeff486f47524c65cddf91363b31d8493..1a114fb07a7375a1b0228b386b6b8836ced2b5fc 100644
|
| --- a/cc/base/latency_info_swap_promise_monitor.h
|
| +++ b/cc/base/latency_info_swap_promise_monitor.h
|
| @@ -26,6 +26,7 @@ class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
|
|
|
| virtual void OnSetNeedsCommitOnMain() OVERRIDE;
|
| virtual void OnSetNeedsRedrawOnImpl() OVERRIDE;
|
| + virtual void OnForwardScrollUpdateToMainThreadOnImpl() OVERRIDE;
|
|
|
| private:
|
| ui::LatencyInfo* latency_;
|
|
|