blob: 41934c56504dc3be02c5dbf007a86c57174d2c00 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/shelf/wm_shelf_util.h"
namespace ash {
bool IsHorizontalAlignment(ShelfAlignment alignment) {
return alignment == SHELF_ALIGNMENT_BOTTOM ||
alignment == SHELF_ALIGNMENT_BOTTOM_LOCKED;
}
} // namespace ash