| Index: cc/test/layer_tree_test_common.cc
|
| diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
|
| index 48bcf89331201d1925f4769a83988961bc7234b5..d6fd91901f143d5ccf99742a8d45768d96a4cd32 100644
|
| --- a/cc/test/layer_tree_test_common.cc
|
| +++ b/cc/test/layer_tree_test_common.cc
|
| @@ -212,6 +212,10 @@ public:
|
| return scoped_ptr<FontAtlas>();
|
| }
|
|
|
| + virtual void onReceivedLatencyInfo(const LatencyInfo&) OVERRIDE
|
| + {
|
| + }
|
| +
|
| private:
|
| explicit ThreadedMockLayerTreeHostClient(TestHooks* testHooks) : m_testHooks(testHooks) { }
|
|
|
|
|