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

Unified Diff: ash/root_window_controller.cc

Issue 11434099: Use the correct launcher assets for shelf alignment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years 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/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index cc6d2d4ae4b279ffd95f262a87daa75296d8d66f..25e97b8456553e5ecde6dc19ab829f2298ae7f44 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -483,7 +483,7 @@ bool RootWindowController::SetShelfAlignment(ShelfAlignment alignment) {
}
ShelfAlignment RootWindowController::GetShelfAlignment() {
- return shelf_->alignment();
+ return shelf_->GetAlignment();
}
bool RootWindowController::IsShelfAutoHideMenuHideChecked() {

Powered by Google App Engine
This is Rietveld 408576698