diff options
author | abhishek.ka <abhishek.ka@samsung.com> | 2015-05-25 23:13:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-26 06:13:47 +0000 |
commit | 7215854d64eb300e36bc064f8a987028a650491b (patch) | |
tree | 665ba871b8e1515a5f2c93c01586f65ead9c40e1 /content/test | |
parent | b6643fb0eedfc95a7990cba21769ceded5bfccaf (diff) | |
download | chromium_src-7215854d64eb300e36bc064f8a987028a650491b.zip chromium_src-7215854d64eb300e36bc064f8a987028a650491b.tar.gz chromium_src-7215854d64eb300e36bc064f8a987028a650491b.tar.bz2 |
Remove gfx::FrameTime for a single clock source
A single clock source should be used through out the code.
This patch removes the gfx::FrameTime clock and uses the base::TimeTicks
overall.
BUG=447329
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1143433005
Cr-Commit-Position: refs/heads/master@{#331327}
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/web_layer_tree_view_impl_for_testing.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc index 6d41220..9e3b090 100644 --- a/content/test/web_layer_tree_view_impl_for_testing.cc +++ b/content/test/web_layer_tree_view_impl_for_testing.cc @@ -22,7 +22,6 @@ #include "third_party/WebKit/public/platform/WebLayer.h" #include "third_party/WebKit/public/platform/WebLayerTreeView.h" #include "third_party/WebKit/public/platform/WebSize.h" -#include "ui/gfx/frame_time.h" using blink::WebColor; using blink::WebGraphicsContext3D; |