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

Unified Diff: ui/views/view.cc

Issue 302653002: Introduce the MicButtonTargeter class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 88353236117b531405157cf45733b7eeb6f99319..75deb89e157bc839020c00b7efc1463d67d474e7 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -1166,6 +1166,10 @@ ui::EventTargeter* View::GetEventTargeter() {
return targeter_.get();
}
+ui::EventTargeter* View::GetEventTargeter() const {
+ return targeter_.get();
tdanderson 2014/05/27 16:33:33 Added this seemingly necessary witchcraft for spee
+}
+
void View::ConvertEventToTarget(ui::EventTarget* target,
ui::LocatedEvent* event) {
event->ConvertLocationToTarget(this, static_cast<View*>(target));
« ui/views/masked_view_targeter.h ('K') | « ui/views/view.h ('k') | ui/views/view_targeter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698