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

Side by Side Diff: chrome/browser/ui/views/chrome_views_delegate.cc

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 11 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
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 "chrome/browser/ui/views/chrome_views_delegate.h" 5 #include "chrome/browser/ui/views/chrome_views_delegate.h"
6 6
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "base/prefs/pref_service.h" 8 #include "base/prefs/pref_service.h"
9 #include "base/prefs/scoped_user_pref_update.h" 9 #include "base/prefs/scoped_user_pref_update.h"
10 #include "base/strings/string_util.h" 10 #include "base/strings/string_util.h"
11 #include "base/strings/utf_string_conversions.h" 11 #include "base/strings/utf_string_conversions.h"
12 #include "base/time/time.h" 12 #include "base/time/time.h"
13 #include "chrome/browser/browser_process.h" 13 #include "chrome/browser/browser_process.h"
14 #include "chrome/browser/profiles/profile_manager.h" 14 #include "chrome/browser/profiles/profile_manager.h"
15 #include "chrome/browser/ui/browser_window_state.h" 15 #include "chrome/browser/ui/browser_window_state.h"
16 #include "chrome/browser/ui/views/accessibility/accessibility_event_router_views .h" 16 #include "chrome/browser/ui/views/accessibility/accessibility_event_router_views .h"
17 #include "content/public/browser/context_factory.h" 17 #include "content/public/browser/context_factory.h"
18 #include "grit/chrome_unscaled_resources.h" 18 #include "grit/chrome_unscaled_resources.h"
19 #include "ui/base/resource/resource_bundle.h" 19 #include "ui/base/resource/resource_bundle.h"
20 #include "ui/base/ui_base_switches.h" 20 #include "ui/base/ui_base_switches.h"
21 #include "ui/gfx/rect.h" 21 #include "ui/gfx/geometry/rect.h"
22 #include "ui/gfx/screen.h" 22 #include "ui/gfx/screen.h"
23 #include "ui/views/widget/native_widget.h" 23 #include "ui/views/widget/native_widget.h"
24 #include "ui/views/widget/widget.h" 24 #include "ui/views/widget/widget.h"
25 25
26 #if defined(OS_WIN) 26 #if defined(OS_WIN)
27 #include <dwmapi.h> 27 #include <dwmapi.h>
28 #include <shellapi.h> 28 #include <shellapi.h>
29 #include "base/task_runner_util.h" 29 #include "base/task_runner_util.h"
30 #include "base/win/windows_version.h" 30 #include "base/win/windows_version.h"
31 #include "chrome/browser/app_icon_win.h" 31 #include "chrome/browser/app_icon_win.h"
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 } 430 }
431 #endif 431 #endif
432 432
433 #if !defined(USE_AURA) && !defined(USE_CHROMEOS) 433 #if !defined(USE_AURA) && !defined(USE_CHROMEOS)
434 views::Widget::InitParams::WindowOpacity 434 views::Widget::InitParams::WindowOpacity
435 ChromeViewsDelegate::GetOpacityForInitParams( 435 ChromeViewsDelegate::GetOpacityForInitParams(
436 const views::Widget::InitParams& params) { 436 const views::Widget::InitParams& params) {
437 return views::Widget::InitParams::OPAQUE_WINDOW; 437 return views::Widget::InitParams::OPAQUE_WINDOW;
438 } 438 }
439 #endif 439 #endif
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/info_bubble.cc ('k') | chrome/browser/ui/views/download/download_started_animation_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698