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

Unified Diff: ash/launcher/launcher_tooltip_manager.cc

Issue 13142003: Fix app list position in windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set_anchor_insets to set_anchor_view_insets Created 7 years, 9 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/launcher/launcher_tooltip_manager.cc
diff --git a/ash/launcher/launcher_tooltip_manager.cc b/ash/launcher/launcher_tooltip_manager.cc
index 12bdf336f40fb776ee0c59823243cd1c5c0bccbd..568ff5672d702c16648489c24a51628b3fae7e32 100644
--- a/ash/launcher/launcher_tooltip_manager.cc
+++ b/ash/launcher/launcher_tooltip_manager.cc
@@ -84,7 +84,7 @@ LauncherTooltipManager::LauncherTooltipBubble::LauncherTooltipBubble(
if (anchor->border())
insets += anchor->border()->GetInsets();
- set_anchor_insets(insets);
+ set_anchor_view_insets(insets);
set_close_on_esc(false);
set_close_on_deactivate(false);
set_use_focusless(true);

Powered by Google App Engine
This is Rietveld 408576698