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

Unified Diff: blimp/client/core/input/blimp_input_handler_wrapper.h

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break 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
« no previous file with comments | « blimp/client/core/input/BUILD.gn ('k') | blimp/client/core/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/input/blimp_input_handler_wrapper.h
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h b/blimp/client/core/input/blimp_input_handler_wrapper.h
similarity index 91%
rename from blimp/client/feature/compositor/blimp_input_handler_wrapper.h
rename to blimp/client/core/input/blimp_input_handler_wrapper.h
index 5f734b418a68cd292228b75e454fe4895d675cf7..0e3552c93e333e38a16b6f9ded0090da6339527c 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.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_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_
+#ifndef BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_
+#define BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_
#include "base/macros.h"
#include "base/single_thread_task_runner.h"
@@ -11,6 +11,10 @@
#include "ui/events/blink/input_handler_proxy.h"
#include "ui/events/blink/input_handler_proxy_client.h"
+namespace cc {
+class InputHandler;
+} // namespace cc
+
namespace blimp {
namespace client {
@@ -68,4 +72,4 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_
+#endif // BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_
« no previous file with comments | « blimp/client/core/input/BUILD.gn ('k') | blimp/client/core/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698