| Index: content/test/web_layer_tree_view_impl_for_testing.cc
|
| 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 4fe5c219050b30c8aeabc4313dd829df83aed67d..75457959a840528506e7f910007d20c9415f3331 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -20,6 +20,7 @@
|
| #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
|
| #include "third_party/WebKit/public/platform/WebRenderingStats.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
| +#include "ui/gfx/frame_time.h"
|
| #include "webkit/common/gpu/test_context_provider_factory.h"
|
| #include "webkit/renderer/compositor_bindings/web_layer_impl.h"
|
|
|
| @@ -127,7 +128,7 @@ bool WebLayerTreeViewImplForTesting::commitRequested() const {
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::composite() {
|
| - layer_tree_host_->Composite(base::TimeTicks::Now());
|
| + layer_tree_host_->Composite(gfx::FrameTime::Now());
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::didStopFlinging() {}
|
|
|