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

Unified Diff: ui/views/view.cc

Issue 302653002: Introduce the MicButtonTargeter class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test in progress 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
« ui/app_list/views/speech_view_unittest.cc ('K') | « ui/views/view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 54d6d7d2d49538acfd74dfd28516eb31ee637434..dc9b67edcc9d74b4d759a3d43c111fa0bdb251d4 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -1115,6 +1115,10 @@ ui::EventTargeter* View::GetEventTargeter() {
return targeter_.get();
}
+const ui::EventTargeter* View::GetEventTargeter() const {
+ return targeter_.get();
+}
+
void View::ConvertEventToTarget(ui::EventTarget* target,
ui::LocatedEvent* event) {
event->ConvertLocationToTarget(this, static_cast<View*>(target));
« ui/app_list/views/speech_view_unittest.cc ('K') | « ui/views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698