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

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

Issue 802473003: Fix references to ui/gfx headers in a*/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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"
12 #include "ui/gfx/geometry/size.h"
11 #include "ui/gfx/path.h" 13 #include "ui/gfx/path.h"
12 #include "ui/gfx/rect.h"
13 #include "ui/gfx/size.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; 17 class SkRegion;
18 18
19 namespace extensions { 19 namespace extensions {
20 class NativeAppWindow; 20 class NativeAppWindow;
21 } 21 }
22 22
23 namespace gfx { 23 namespace gfx {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 // Size in pixels of the lower-right corner resize handle. 117 // Size in pixels of the lower-right corner resize handle.
118 int resize_area_corner_size_; 118 int resize_area_corner_size_;
119 119
120 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView); 120 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView);
121 }; 121 };
122 122
123 } // namespace apps 123 } // namespace apps
124 124
125 #endif // APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_ 125 #endif // APPS_UI_VIEWS_APP_WINDOW_FRAME_VIEW_H_
OLDNEW
« no previous file with comments | « android_webview/renderer/print_web_view_helper.h ('k') | ash/accelerators/accelerator_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698