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

Unified Diff: ui/ozone/public/input_controller.h

Issue 802813002: ozone: Move InputControllerTest to a common place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scoper & remove useless unused annotations Created 6 years 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 | « ui/ozone/platform/test/test.gypi ('k') | ui/ozone/public/input_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/input_controller.h
diff --git a/ui/ozone/public/input_controller.h b/ui/ozone/public/input_controller.h
index df5fd3bc914f265a425ec7c6ae3d9158570e40b3..ee33560fc57d08a664c53a858795d9432d91750b 100644
--- a/ui/ozone/public/input_controller.h
+++ b/ui/ozone/public/input_controller.h
@@ -6,6 +6,7 @@
#define UI_OZONE_PUBLIC_INPUT_CONTROLLER_H_
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "ui/ozone/ozone_export.h"
namespace ui {
@@ -39,6 +40,9 @@ class OZONE_EXPORT InputController {
DISALLOW_COPY_AND_ASSIGN(InputController);
};
+// Create an input controller that does nothing.
+OZONE_EXPORT scoped_ptr<InputController> CreateStubInputController();
+
} // namespace ui
#endif // UI_OZONE_PUBLIC_INPUT_CONTROLLER_H_
« no previous file with comments | « ui/ozone/platform/test/test.gypi ('k') | ui/ozone/public/input_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698