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

Unified Diff: chrome/browser/ui/views/find_bar_host.cc

Issue 30993004: Reland: Implement features in NativeViewHostAura for scroll end effect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed outstanding issues from original CL Created 7 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/find_bar_host.cc
diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc
index e7b54df76a3f1036f7ef046ff697b8b9d8446e93..cb213324f1f9a597652f0e6578cfa3bdeb1c34cf 100644
--- a/chrome/browser/ui/views/find_bar_host.cc
+++ b/chrome/browser/ui/views/find_bar_host.cc
@@ -40,6 +40,7 @@ FindBarHost::FindBarHost(BrowserView* browser_view)
find_bar_controller_(NULL) {
FindBarView* find_bar_view = new FindBarView(this);
Init(browser_view->find_bar_host_view(), find_bar_view, find_bar_view);
+ host()->StackAtTop();
sky 2013/10/22 19:57:32 Why do we need a stack at top now? And this won't
rharrison 2013/10/22 20:34:41 The content/clipping layers are being painted on t
sky 2013/10/22 21:32:19 See kHostViewKey. I suspect you need to adjust sta
rharrison 2013/10/24 14:40:15 Done.
}
FindBarHost::~FindBarHost() {
« no previous file with comments | « no previous file | ui/views/controls/native/native_view_host.h » ('j') | ui/views/controls/native/native_view_host_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698