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

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

Issue 864253002: Dump property values for the touch log source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort property values. Created 5 years, 11 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: ui/ozone/public/input_controller.h
diff --git a/ui/ozone/public/input_controller.h b/ui/ozone/public/input_controller.h
index 4cb04fd95cc3d47deefc8a2a637b6199f5b6e95e..0a1d3b8e57eb97b05f4596083245a70d6a075cc9 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 <set>
+#include <string>
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
@@ -55,6 +56,9 @@ class OZONE_EXPORT InputController {
virtual void SetMouseSensitivity(int value) = 0;
virtual void SetPrimaryButtonRight(bool right) = 0;
+ // Touch log collection.
+ virtual std::string GetGestureDeviceStatus() = 0;
+
// Temporarily enable/disable Tap-to-click. Used to enhance the user
// experience in some use cases (e.g., typing, watching video).
virtual void SetTapToClickPaused(bool state) = 0;

Powered by Google App Engine
This is Rietveld 408576698