Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: blimp/client/core/compositor/blimp_task_graph_runner.h

Issue 2274323002: Expose Blimp dependencies to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal_baseline_1
Patch Set: Addressed Khushal's initial comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698