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

Side by Side Diff: apps/ui/views/app_window_frame_view.h

Issue 2554863002: Cleanup remaining class/struct fwd declarations (Closed)
Patch Set: Style fixes Created 4 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
« no previous file with comments | « apps/app_lifetime_monitor.h ('k') | cc/output/in_process_context_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_ 5 #ifndef APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_
6 #define APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_ 6 #define APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "third_party/skia/include/core/SkColor.h" 10 #include "third_party/skia/include/core/SkColor.h"
11 #include "ui/gfx/geometry/rect.h" 11 #include "ui/gfx/geometry/rect.h"
12 #include "ui/gfx/geometry/size.h" 12 #include "ui/gfx/geometry/size.h"
13 #include "ui/gfx/path.h" 13 #include "ui/gfx/path.h"
14 #include "ui/views/controls/button/button.h" 14 #include "ui/views/controls/button/button.h"
15 #include "ui/views/window/non_client_view.h" 15 #include "ui/views/window/non_client_view.h"
16 16
17 class SkRegion;
18
19 namespace extensions { 17 namespace extensions {
20 class NativeAppWindow; 18 class NativeAppWindow;
21 } 19 }
22 20
23 namespace gfx { 21 namespace gfx {
24 class Canvas; 22 class Canvas;
25 class Point; 23 class Point;
26 } 24 }
27 25
28 namespace ui { 26 namespace ui {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 112
115 // Size in pixels of the lower-right corner resize handle. 113 // Size in pixels of the lower-right corner resize handle.
116 int resize_area_corner_size_; 114 int resize_area_corner_size_;
117 115
118 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView); 116 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView);
119 }; 117 };
120 118
121 } // namespace apps 119 } // namespace apps
122 120
123 #endif // APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_ 121 #endif // APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_
OLDNEW
« no previous file with comments | « apps/app_lifetime_monitor.h ('k') | cc/output/in_process_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698