Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: ui/aura/bench/bench_main.cc

Issue 10453117: Tighter sync and faster ACK on SwapBuffers/PostSubBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698