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

Unified Diff: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h

Issue 10384007: First stab at touch optimized omnibox auto-complete per sgabriel's mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 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: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h
diff --git a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h
index 1007499204d55846bee28c0782fe0291095a3eb1..1767289142a05eac8355a11cb41f916bfb23eb70 100644
--- a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h
+++ b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h
@@ -51,12 +51,10 @@ class TouchAutocompletePopupContentsView
// AutocompletePopupContentsView:
virtual void UpdatePopupAppearance() OVERRIDE;
- virtual void LayoutChildren() OVERRIDE;
protected:
// AutocompletePopupContentsView:
virtual void PaintResultViews(gfx::Canvas* canvas) OVERRIDE;
- virtual int CalculatePopupHeight() OVERRIDE;
virtual AutocompleteResultView* CreateResultView(
AutocompleteResultViewModel* model,
int model_index,

Powered by Google App Engine
This is Rietveld 408576698