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

Side by Side Diff: ash/common/system/user/rounded_image_view.h

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_ 5 #ifndef ASH_COMMON_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_
6 #define ASH_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_ 6 #define ASH_COMMON_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "ui/gfx/geometry/size.h" 9 #include "ui/gfx/geometry/size.h"
10 #include "ui/gfx/image/image_skia.h" 10 #include "ui/gfx/image/image_skia.h"
11 #include "ui/views/view.h" 11 #include "ui/views/view.h"
12 12
13 namespace ash { 13 namespace ash {
14 namespace tray { 14 namespace tray {
15 15
16 // A custom image view with rounded edges. 16 // A custom image view with rounded edges.
(...skipping 28 matching lines...) Expand all
45 // True if the given user is the active user and the icon should get 45 // True if the given user is the active user and the icon should get
46 // painted as active. 46 // painted as active.
47 bool active_user_; 47 bool active_user_;
48 48
49 DISALLOW_COPY_AND_ASSIGN(RoundedImageView); 49 DISALLOW_COPY_AND_ASSIGN(RoundedImageView);
50 }; 50 };
51 51
52 } // namespace tray 52 } // namespace tray
53 } // namespace ash 53 } // namespace ash
54 54
55 #endif // ASH_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_ 55 #endif // ASH_COMMON_SYSTEM_USER_ROUNDED_IMAGE_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698