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

Side by Side Diff: ui/views/focus_border.h

Issue 82283002: Initial cut at layerless windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: is_layerless() -> \!layer_ Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_VIEWS_FOCUS_BORDER_H_ 5 #ifndef UI_VIEWS_FOCUS_BORDER_H_
6 #define UI_VIEWS_FOCUS_BORDER_H_ 6 #define UI_VIEWS_FOCUS_BORDER_H_
7 7
8 #include "base/basictypes.h"
8 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
9 #include "ui/gfx/insets.h" 10 #include "ui/gfx/insets.h"
10 #include "ui/views/views_export.h" 11 #include "ui/views/views_export.h"
11 #include "base/basictypes.h"
12 12
13 namespace gfx { 13 namespace gfx {
14 class Canvas; 14 class Canvas;
15 } 15 }
16 16
17 namespace views { 17 namespace views {
18 class View; 18 class View;
19 19
20 //////////////////////////////////////////////////////////////////////////////// 20 ////////////////////////////////////////////////////////////////////////////////
21 // 21 //
(...skipping 25 matching lines...) Expand all
47 protected: 47 protected:
48 FocusBorder(); 48 FocusBorder();
49 49
50 private: 50 private:
51 DISALLOW_COPY_AND_ASSIGN(FocusBorder); 51 DISALLOW_COPY_AND_ASSIGN(FocusBorder);
52 }; 52 };
53 53
54 } // namespace views 54 } // namespace views
55 55
56 #endif // UI_VIEWS_FOCUS_BORDER_H_ 56 #endif // UI_VIEWS_FOCUS_BORDER_H_
OLDNEW
« ui/aura/window.cc ('K') | « ui/compositor/layer.h ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698