summaryrefslogtreecommitdiffstats
path: root/content/test
diff options
context:
space:
mode:
authorabhishek.ka <abhishek.ka@samsung.com>2015-05-25 23:13:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-26 06:13:47 +0000
commit7215854d64eb300e36bc064f8a987028a650491b (patch)
tree665ba871b8e1515a5f2c93c01586f65ead9c40e1 /content/test
parentb6643fb0eedfc95a7990cba21769ceded5bfccaf (diff)
downloadchromium_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.cc1
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;