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

Unified Diff: content/browser/renderer_host/render_widget_host_latency_tracker.h

Issue 786113002: Only terminate latency components when no rendering is scheduled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histogram fix Created 6 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 | content/browser/renderer_host/render_widget_host_latency_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_latency_tracker.h
diff --git a/content/browser/renderer_host/render_widget_host_latency_tracker.h b/content/browser/renderer_host/render_widget_host_latency_tracker.h
index 0d7391b7a80dbdf583af8a09a4096d0388fed206..cdf43a54595346c92c17ec014dea5cbc533c8362 100644
--- a/content/browser/renderer_host/render_widget_host_latency_tracker.h
+++ b/content/browser/renderer_host/render_widget_host_latency_tracker.h
@@ -9,13 +9,14 @@
#include "base/basictypes.h"
#include "content/browser/renderer_host/event_with_latency_info.h"
+#include "content/common/content_export.h"
#include "ui/events/latency_info.h"
namespace content {
// Utility class for tracking the latency of events passing through
// a given RenderWidgetHost.
-class RenderWidgetHostLatencyTracker {
+class CONTENT_EXPORT RenderWidgetHostLatencyTracker {
public:
RenderWidgetHostLatencyTracker();
~RenderWidgetHostLatencyTracker();
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_latency_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698