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

Unified Diff: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 8 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/resources/local_omnibox_popup/local_omnibox_popup.html
diff --git a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
index 6821f96e63363685fcf308fd38a159491de6e4cc..6b4db62489cb1df9321cc302844a30964ae53a84 100644
--- a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
+++ b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
@@ -10,6 +10,10 @@
href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link>
</head>
<body>
- <div id="suggestions-box-container"></div>
+ <iframe style="display:none"
+ src="chrome-search://suggestion/loader.html"
+ id="suggestion-loader"></iframe>
+ <div class="active-container"></div>
+ <div class="pending-container"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698