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

Side by Side Diff: ui/views/widget/widget.cc

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/widget/widget.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "ui/views/widget/widget.h" 5 #include "ui/views/widget/widget.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "base/message_loop.h" 8 #include "base/message_loop.h"
9 #include "base/utf_string_conversions.h" 9 #include "base/utf_string_conversions.h"
10 #include "ui/base/hit_test.h" 10 #include "ui/base/hit_test.h"
11 #include "ui/base/l10n/l10n_font_util.h" 11 #include "ui/base/l10n/l10n_font_util.h"
12 #include "ui/base/resource/resource_bundle.h" 12 #include "ui/base/resource/resource_bundle.h"
13 #include "ui/gfx/compositor/compositor.h" 13 #include "ui/compositor/compositor.h"
14 #include "ui/gfx/compositor/layer.h" 14 #include "ui/compositor/layer.h"
15 #include "ui/gfx/screen.h" 15 #include "ui/gfx/screen.h"
16 #include "ui/views/focus/focus_manager.h" 16 #include "ui/views/focus/focus_manager.h"
17 #include "ui/views/focus/focus_manager_factory.h" 17 #include "ui/views/focus/focus_manager_factory.h"
18 #include "ui/views/focus/view_storage.h" 18 #include "ui/views/focus/view_storage.h"
19 #include "ui/views/focus/widget_focus_manager.h" 19 #include "ui/views/focus/widget_focus_manager.h"
20 #include "ui/views/ime/input_method.h" 20 #include "ui/views/ime/input_method.h"
21 #include "ui/views/views_delegate.h" 21 #include "ui/views/views_delegate.h"
22 #include "ui/views/widget/default_theme_provider.h" 22 #include "ui/views/widget/default_theme_provider.h"
23 #include "ui/views/widget/native_widget_private.h" 23 #include "ui/views/widget/native_widget_private.h"
24 #include "ui/views/widget/root_view.h" 24 #include "ui/views/widget/root_view.h"
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 1263
1264 //////////////////////////////////////////////////////////////////////////////// 1264 ////////////////////////////////////////////////////////////////////////////////
1265 // internal::NativeWidgetPrivate, NativeWidget implementation: 1265 // internal::NativeWidgetPrivate, NativeWidget implementation:
1266 1266
1267 internal::NativeWidgetPrivate* NativeWidgetPrivate::AsNativeWidgetPrivate() { 1267 internal::NativeWidgetPrivate* NativeWidgetPrivate::AsNativeWidgetPrivate() {
1268 return this; 1268 return this;
1269 } 1269 }
1270 1270
1271 } // namespace internal 1271 } // namespace internal
1272 } // namespace views 1272 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698