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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 178103004: Removing the use of base::Time inside the LayerTreeHost system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing to a common ToWebKitTime function. Created 6 years, 10 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: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index d7e41075c6fb7ed8710ef5773a099ab8bd3ecaf0..6a66a2d6d224d09f7152950567b5c0ec5ab53050 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -684,10 +684,6 @@ base::TimeTicks LayerTreeImpl::CurrentFrameTimeTicks() const {
return layer_tree_host_impl_->CurrentFrameTimeTicks();
}
-base::Time LayerTreeImpl::CurrentFrameTime() const {
- return layer_tree_host_impl_->CurrentFrameTime();
-}
-
base::TimeTicks LayerTreeImpl::CurrentPhysicalTimeTicks() const {
return layer_tree_host_impl_->CurrentPhysicalTimeTicks();
}

Powered by Google App Engine
This is Rietveld 408576698