| Index: cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| index 80162187c2590f76286e0a868ee795dcf33faab0..f295ff321926a02f88e38aba189f32785964a5b8 100644
|
| --- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| @@ -90,6 +90,8 @@ class LayerTreeHostNoMessageLoopTest
|
| EXPECT_FALSE(base::MessageLoopProxy::current().get());
|
| }
|
|
|
| + virtual void DidLoseOutputSurface() OVERRIDE {}
|
| +
|
| protected:
|
| virtual void RunTestWithoutMessageLoop() = 0;
|
|
|
|
|