| 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 1a114fb07a7375a1b0228b386b6b8836ced2b5fc..cf1dc1d2ddfa96cd76b1e72d8124f2cfaf94f87f 100644
|
| --- a/cc/base/latency_info_swap_promise_monitor.h
|
| +++ b/cc/base/latency_info_swap_promise_monitor.h
|
| @@ -24,9 +24,9 @@ class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
|
| LayerTreeHostImpl* layer_tree_host_impl);
|
| virtual ~LatencyInfoSwapPromiseMonitor();
|
|
|
| - virtual void OnSetNeedsCommitOnMain() OVERRIDE;
|
| - virtual void OnSetNeedsRedrawOnImpl() OVERRIDE;
|
| - virtual void OnForwardScrollUpdateToMainThreadOnImpl() OVERRIDE;
|
| + virtual void OnSetNeedsCommitOnMain() override;
|
| + virtual void OnSetNeedsRedrawOnImpl() override;
|
| + virtual void OnForwardScrollUpdateToMainThreadOnImpl() override;
|
|
|
| private:
|
| ui::LatencyInfo* latency_;
|
|
|