| Index: content/browser/compositor/reflector_impl_unittest.cc
|
| diff --git a/content/browser/compositor/reflector_impl_unittest.cc b/content/browser/compositor/reflector_impl_unittest.cc
|
| index 03b50067f35c01d9be10ce535d1b91770f7fa536..b7235251b6dd859273823a7d56ccb9e120f95910 100644
|
| --- a/content/browser/compositor/reflector_impl_unittest.cc
|
| +++ b/content/browser/compositor/reflector_impl_unittest.cc
|
| @@ -40,6 +40,7 @@ class FakeTaskRunner : public base::SingleThreadTaskRunner {
|
| return true;
|
| }
|
| bool RunsTasksOnCurrentThread() const override { return true; }
|
| + std::string GetThreadName() const override { return std::string(); }
|
|
|
| protected:
|
| ~FakeTaskRunner() override {}
|
|
|