15d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Copyright 2013 The Chromium Authors. All rights reserved.
25d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// found in the LICENSE file.
45d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
55d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#include "ash/shelf/shelf_constants.h"
65d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
75d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)namespace ash {
85d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
95d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)const int kShelfBackgroundAlpha = 204;
105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)const int kInvalidImageResourceID = -1;
11a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochconst int kShelfSize = 47;
12a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochconst int kShelfButtonSpacing = 10;
13a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochconst int kShelfButtonSize = 44;
145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)const int kTimeToSwitchBackgroundMs = 1000;
155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)}  // namespace ash
17