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

Unified Diff: ui/events/latency_info.h

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable browsertest for android for realz this time Created 6 years, 5 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/events/latency_info.h
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
index d423fc7a2294e1fcdd782617b292edb2e0ab19cd..77ebba9ec54f5ad3e61fb3558cc02102bf044624 100644
--- a/ui/events/latency_info.h
+++ b/ui/events/latency_info.h
@@ -65,12 +65,12 @@ enum LatencyComponentType {
// This component indicates that the input causes a commit to be scheduled
// but the commit failed.
INPUT_EVENT_LATENCY_TERMINATED_COMMIT_FAILED_COMPONENT,
+ // This component indicates that the input causes a commit to be scheduled
+ // but the commit was aborted since it carried no new information.
+ INPUT_EVENT_LATENCY_TERMINATED_COMMIT_NO_UPDATE_COMPONENT,
// This component indicates that the input causes a swap to be scheduled
// but the swap failed.
INPUT_EVENT_LATENCY_TERMINATED_SWAP_FAILED_COMPONENT,
- // This component indicates that the cached LatencyInfo number exceeds the
- // maximal allowed size.
- LATENCY_INFO_LIST_TERMINATED_OVERFLOW_COMPONENT,
// Timestamp when the input event is considered not cause any rendering
// damage in plugin and thus terminated.
INPUT_EVENT_LATENCY_TERMINATED_PLUGIN_COMPONENT,

Powered by Google App Engine
This is Rietveld 408576698