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

Unified Diff: ash/wm/window_animations.cc

Issue 11293121: Add latency measurement system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor input event changes Created 8 years 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
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_animations.cc
diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
index 2cc12ff7f3c1a66f53f44e381213205624ae896b..9475393d52eed18f17e98a5c01f60148c956f40e 100644
--- a/ash/wm/window_animations.cc
+++ b/ash/wm/window_animations.cc
@@ -299,6 +299,9 @@ class CrossFadeObserver : public ui::CompositorObserver,
virtual void OnCompositingLockStateChanged(
ui::Compositor* compositor) OVERRIDE {
}
+ virtual void OnReceivedLatencyInfo(ui::Compositor*,
+ const WebKit::WebLatencyInfoImpl&) OVERRIDE {
+ }
// aura::WindowObserver overrides:
virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
« no previous file with comments | « no previous file | cc/DEPS » ('j') | cc/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698