| Index: blimp/client/core/compositor/blimp_task_graph_runner.h
|
| diff --git a/blimp/common/compositor/blimp_task_graph_runner.h b/blimp/client/core/compositor/blimp_task_graph_runner.h
|
| similarity index 76%
|
| rename from blimp/common/compositor/blimp_task_graph_runner.h
|
| rename to blimp/client/core/compositor/blimp_task_graph_runner.h
|
| index 084f3979479ef97fe664b84f907698ecd0417c7e..06bd880d4375a3575eacb7dcabf26b55acff53a4 100644
|
| --- a/blimp/common/compositor/blimp_task_graph_runner.h
|
| +++ b/blimp/client/core/compositor/blimp_task_graph_runner.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BLIMP_COMMON_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
| -#define BLIMP_COMMON_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
| +#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
| +#define BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/threading/simple_thread.h"
|
| @@ -11,6 +11,7 @@
|
| #include "cc/raster/single_thread_task_graph_runner.h"
|
|
|
| namespace blimp {
|
| +namespace client {
|
|
|
| // TaskGraphRunner that runs on a single thread. See
|
| // cc::SingleThreadTaskGraphRunner for details. Used by client's compositor and
|
| @@ -25,6 +26,7 @@ class BLIMP_COMMON_EXPORT BlimpTaskGraphRunner
|
| DISALLOW_COPY_AND_ASSIGN(BlimpTaskGraphRunner);
|
| };
|
|
|
| +} // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_COMMON_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
| +#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_TASK_GRAPH_RUNNER_H_
|
|
|