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

Unified Diff: cc/software_renderer.h

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: cc/software_renderer.h
diff --git a/cc/software_renderer.h b/cc/software_renderer.h
index 4bcfc3cb5726c830bd92b03a37704e16081e925d..2e2ef0831bcc4a14efc9a04f05d9f83b8933ada5 100644
--- a/cc/software_renderer.h
+++ b/cc/software_renderer.h
@@ -36,6 +36,7 @@ public:
virtual void getFramebufferPixels(void *pixels, const gfx::Rect&) OVERRIDE;
virtual void setVisible(bool) OVERRIDE;
+ virtual void setLatencyInfo(const WebKit::WebLatencyInfoImpl& latency_info) OVERRIDE;
virtual void sendManagedMemoryStats(size_t bytesVisible, size_t bytesVisibleAndNearby, size_t bytesAllocated) OVERRIDE { }
« cc/gl_renderer.h ('K') | « cc/single_thread_proxy.cc ('k') | cc/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698