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

Unified Diff: ui/aura/root_window.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
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index 6e111561f4fe116ef29eef89a26690c53209248f..d0f0feb22819c04c6f9183bafe70223e1977d281 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -486,6 +486,10 @@ void RootWindow::OnCompositingAborted(ui::Compositor*) {
void RootWindow::OnCompositingLockStateChanged(ui::Compositor*) {
}
+void RootWindow::OnReceivedLatencyInfo(ui::Compositor*,
+ const WebKit::WebLatencyInfoImpl&) {
+}
+
////////////////////////////////////////////////////////////////////////////////
// RootWindow, ui::LayerDelegate implementation:
« cc/gl_renderer.h ('K') | « ui/aura/root_window.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698