| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
|
| diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
|
| index 2afc267b8a180da4b1a5a162c5bf55f62158d927..266e9d776be7cb28322256cc1a4e82c1e8ab2033 100644
|
| --- a/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
|
| +++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
|
| @@ -105,7 +105,7 @@ public class SuggestionPopup implements OnSuggestionsReceivedListener, TextWatch
|
|
|
| private int getSuggestionPopupHeight() {
|
| Rect appRect = new Rect();
|
| - ((ChromeShellActivity)mContext).getWindow().getDecorView().
|
| + ((ChromeShellActivity) mContext).getWindow().getDecorView().
|
| getWindowVisibleDisplayFrame(appRect);
|
| int dropDownItemHeight = mContext.getResources().
|
| getDimensionPixelSize(R.dimen.dropdown_item_height);
|
|
|