// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_TEST_FAKE_IMPL_TASK_RUNNER_PROVIDER_H_ #define CC_TEST_FAKE_IMPL_TASK_RUNNER_PROVIDER_H_ #include "base/task/single_thread_task_runner.h" #include "cc/trees/single_thread_proxy.h" #include "cc/trees/task_runner_provider.h" namespace cc { class FakeImplTaskRunnerProvider : public TaskRunnerProvider { … }; } // namespace cc #endif // CC_TEST_FAKE_IMPL_TASK_RUNNER_PROVIDER_H_