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

Unified Diff: chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc

Issue 10938009: Views fuzzing for Aura and Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Work in progress. Created 8 years, 2 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: chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc
diff --git a/chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc b/chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc
index 1ba5cefca5fa8a1601d851f0917270be2de80bc2..b29b700e0a24d6bb433b6ea33c92471af5a5329f 100644
--- a/chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc
+++ b/chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc
@@ -243,8 +243,8 @@ void InlineOmniboxPopupView::Layout() {
LayoutChildren();
}
-views::View* InlineOmniboxPopupView::GetEventHandlerForPoint(
- const gfx::Point& point) {
+views::View* InlineOmniboxPopupView::GetEventHandler(const gfx::Rect& rect,
+ EventType type) {
return this;
}

Powered by Google App Engine
This is Rietveld 408576698