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

Unified Diff: ash/shell/lock_view.cc

Issue 213833018: Aura tooltips do not move on mouse move in case of many neighboring views with the same label (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sanity fixups Created 6 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: ash/shell/lock_view.cc
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index eae9d9c10eef9b303d3f1843bd4ca6c590c52051..1957f1e321281799bdbbdafe69c18753e7da5615 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -104,7 +104,7 @@ void CreateLockScreen() {
// TODO: it shouldn't be necessary to invoke UpdateTooltip() here.
Shell::GetInstance()->tooltip_controller()->UpdateTooltip(
- widget->GetNativeView());
+ widget->GetNativeView(), false);
}
} // namespace shell
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | ui/views/corewm/tooltip_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698