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

Unified Diff: ash/system/status_area_widget.cc

Issue 1954563002: Fix horizontal virtual keyboard icon missing black background and misaligned after login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index 651c91e73d3c8fbaca9322b076dc6838aedf35ec..a709f527cb307ce051e9d1998756c93d100de24f 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -73,6 +73,9 @@ void StatusAreaWidget::CreateTrayViews() {
#if defined(OS_CHROMEOS)
logout_button_tray_->Initialize();
virtual_keyboard_tray_->Initialize();
+ // Initial virtual keyboard alignment for crbug.com/604621.
+ virtual_keyboard_tray_->SetShelfAlignment(
+ virtual_keyboard_tray_->shelf_alignment());
stevenjb 2016/05/04 22:57:33 Should we call SetShelfAlignment(system_tray_->she
Qiang(Joe) Xu 2016/05/04 23:26:45 agree, that is better.
stevenjb 2016/05/05 16:20:49 Sorry, I wasn't clear. I was suggesting: SetShe
#endif
overview_button_tray_->Initialize();
UpdateAfterLoginStatusChange(delegate->GetUserLoginStatus());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698