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

Unified Diff: cc/trees/layer_tree_impl.h

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.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 9815c13a76ae0b8d3f32fa6bc31ceb4471335e4d..0cf8aad3881c7b2f1d2835efbc838d914cdaec75 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -80,7 +80,6 @@ class CC_EXPORT LayerTreeImpl {
int MaxTextureSize() const;
bool PinchGestureActive() const;
base::TimeTicks CurrentFrameTimeTicks() const;
- base::Time CurrentFrameTime() const;
base::TimeTicks CurrentPhysicalTimeTicks() const;
void SetNeedsCommit();
gfx::Size DrawViewportSize() const;

Powered by Google App Engine
This is Rietveld 408576698