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

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

Issue 8497067: views: Remove the old views/window/ directory and its stubbed files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « views/widget/widget.cc ('k') | views/window/client_view.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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "views/widget/widget_delegate.h" 5 #include "views/widget/widget_delegate.h"
6 6
7 #include "base/utf_string_conversions.h" 7 #include "base/utf_string_conversions.h"
8 #include "third_party/skia/include/core/SkBitmap.h"
9 #include "ui/views/window/client_view.h"
8 #include "views/bubble/bubble_delegate.h" 10 #include "views/bubble/bubble_delegate.h"
9 #include "views/view.h" 11 #include "views/view.h"
10 #include "views/views_delegate.h" 12 #include "views/views_delegate.h"
11 #include "views/widget/widget.h" 13 #include "views/widget/widget.h"
12 #include "views/window/client_view.h"
13 #include "third_party/skia/include/core/SkBitmap.h"
14 14
15 namespace views { 15 namespace views {
16 16
17 //////////////////////////////////////////////////////////////////////////////// 17 ////////////////////////////////////////////////////////////////////////////////
18 // WidgetDelegate: 18 // WidgetDelegate:
19 19
20 WidgetDelegate::WidgetDelegate() : default_contents_view_(NULL) { 20 WidgetDelegate::WidgetDelegate() : default_contents_view_(NULL) {
21 } 21 }
22 22
23 void WidgetDelegate::OnWidgetMove() { 23 void WidgetDelegate::OnWidgetMove() {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 157
158 Widget* WidgetDelegateView::GetWidget() { 158 Widget* WidgetDelegateView::GetWidget() {
159 return View::GetWidget(); 159 return View::GetWidget();
160 } 160 }
161 161
162 const Widget* WidgetDelegateView::GetWidget() const { 162 const Widget* WidgetDelegateView::GetWidget() const {
163 return View::GetWidget(); 163 return View::GetWidget();
164 } 164 }
165 165
166 } // namespace views 166 } // namespace views
OLDNEW
« no previous file with comments | « views/widget/widget.cc ('k') | views/window/client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698