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

Unified Diff: ash/autoclick/common/autoclick_controller_common_delegate.h

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: Created 4 years, 3 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: ash/autoclick/common/autoclick_controller_common_delegate.h
diff --git a/ash/autoclick/common/autoclick_controller_common_delegate.h b/ash/autoclick/common/autoclick_controller_common_delegate.h
index 12035386fad72014cce95cab1a4696b74a44cec8..7d09172aa618af6f89f012ab479d290115172ec2 100644
--- a/ash/autoclick/common/autoclick_controller_common_delegate.h
+++ b/ash/autoclick/common/autoclick_controller_common_delegate.h
@@ -24,7 +24,7 @@ class AutoclickControllerCommonDelegate {
// Creates a ring widget at |event_location|. AutoclickControllerCommon
sky 2016/09/09 21:42:29 Update comment? Also, it's not clear why you want
riajiang 2016/09/12 16:15:46 Done. I think it makes more sense since the app (t
// takes ownership of the created widget.
- virtual std::unique_ptr<views::Widget> CreateAutoclickRingWidget(
+ virtual views::Widget* CreateAutoclickRingWidget(
const gfx::Point& event_location) = 0;
// Moves |widget| to |event_location|.

Powered by Google App Engine
This is Rietveld 408576698