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

Unified Diff: cc/layers/heads_up_display_layer_impl.h

Issue 26880010: gfx: Add FrameTime and DisplayTime classes (Closed) Base URL: http://git.chromium.org/chromium/src.git@checkHighResNow4
Patch Set: WIP Created 7 years, 2 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
« no previous file with comments | « cc/input/top_controls_manager.cc ('k') | cc/layers/heads_up_display_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/heads_up_display_layer_impl.h
diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h
index fa38f15eafe9abc13cb284b34627867e497cea46..c4f3fec86d3311f07e8405a9365aa5b7d12d3155 100644
--- a/cc/layers/heads_up_display_layer_impl.h
+++ b/cc/layers/heads_up_display_layer_impl.h
@@ -118,7 +118,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
Graph paint_time_graph_;
MemoryHistory::Entry memory_entry_;
- base::TimeTicks time_of_last_graph_update_;
+ gfx::FrameTime time_of_last_graph_update_;
DISALLOW_COPY_AND_ASSIGN(HeadsUpDisplayLayerImpl);
};
« no previous file with comments | « cc/input/top_controls_manager.cc ('k') | cc/layers/heads_up_display_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698