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

Unified Diff: ash/autoclick/autoclick_controller.h

Issue 2016073004: Show a visual indicator for the progress of auto-click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Moved ring rendering code to chrome/browser/chromeos/ui Created 4 years, 6 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 | « no previous file | ash/autoclick/autoclick_controller.cc » ('j') | ash/autoclick/autoclick_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/autoclick_controller.h
diff --git a/ash/autoclick/autoclick_controller.h b/ash/autoclick/autoclick_controller.h
index 46b9ef48089678fab9e38bc0bebfbc1c67411b14..70c68aa19bd312894a8da6a58d0a09b20a59b2db 100644
--- a/ash/autoclick/autoclick_controller.h
+++ b/ash/autoclick/autoclick_controller.h
@@ -5,7 +5,10 @@
#ifndef ASH_AUTOCLICK_AUTOCLICK_CONTROLLER_H
#define ASH_AUTOCLICK_AUTOCLICK_CONTROLLER_H
+#include <memory>
+
#include "ash/ash_export.h"
+#include "ash/autoclick/autoclickgesture_delegate.h"
namespace ash {
@@ -16,6 +19,10 @@ class ASH_EXPORT AutoclickController {
public:
virtual ~AutoclickController() {}
+ // Set the delegate to work with.
+ virtual void SetAutoclickgestureDelegate(
+ std::unique_ptr<AutoclickgestureDelegate> autoclickgesture_delegate) = 0;
+
// Set whether autoclicking is enabled.
virtual void SetEnabled(bool enabled) = 0;
« no previous file with comments | « no previous file | ash/autoclick/autoclick_controller.cc » ('j') | ash/autoclick/autoclick_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698