| Index: ui/aura/bench/bench_main.cc
|
| diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
|
| index 6df048f21623d01756c32735a6a26220f5d91e9c..78906667b12103fa907874d48625298a5a219e41 100644
|
| --- a/ui/aura/bench/bench_main.cc
|
| +++ b/ui/aura/bench/bench_main.cc
|
| @@ -89,6 +89,8 @@ class BenchCompositorObserver : public ui::CompositorObserver {
|
| }
|
| virtual void OnCompositingStarted(Compositor* compositor) OVERRIDE {}
|
|
|
| + virtual void OnCompositingWillEnd(Compositor* compositor) OVERRIDE {}
|
| +
|
| virtual void OnCompositingEnded(Compositor* compositor) OVERRIDE {
|
| if (start_time_.is_null()) {
|
| start_time_ = TimeTicks::Now();
|
|
|