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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 2064053002: Move ui/events/linux/* to ui/base/ime/linux/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor7_correct_text_edit_command_aura_typo
Patch Set: Rebase. Created 4 years, 6 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
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.h ('k') | ui/base/ime/BUILD.gn » ('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) 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 "content/browser/renderer_host/render_widget_host_view_aura.h" 5 #include "content/browser/renderer_host/render_widget_host_view_aura.h"
6 6
7 #include <set> 7 #include <set>
8 #include <utility> 8 #include <utility>
9 9
10 #include "base/auto_reset.h" 10 #include "base/auto_reset.h"
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 #include "content/browser/renderer_host/legacy_render_widget_host_win.h" 102 #include "content/browser/renderer_host/legacy_render_widget_host_win.h"
103 #include "ui/base/win/hidden_window.h" 103 #include "ui/base/win/hidden_window.h"
104 #include "ui/base/win/osk_display_manager.h" 104 #include "ui/base/win/osk_display_manager.h"
105 #include "ui/base/win/osk_display_observer.h" 105 #include "ui/base/win/osk_display_observer.h"
106 #include "ui/display/win/screen_win.h" 106 #include "ui/display/win/screen_win.h"
107 #include "ui/gfx/gdi_util.h" 107 #include "ui/gfx/gdi_util.h"
108 #endif 108 #endif
109 109
110 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 110 #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
111 #include "content/common/input_messages.h" 111 #include "content/common/input_messages.h"
112 #include "ui/events/linux/text_edit_command_auralinux.h" 112 #include "ui/base/ime/linux/text_edit_command_auralinux.h"
113 #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h" 113 #include "ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h"
114 #endif 114 #endif
115 115
116 using gfx::RectToSkIRect; 116 using gfx::RectToSkIRect;
117 using gfx::SkIRectToRect; 117 using gfx::SkIRectToRect;
118 118
119 using blink::WebScreenInfo; 119 using blink::WebScreenInfo;
120 using blink::WebInputEvent; 120 using blink::WebInputEvent;
121 using blink::WebGestureEvent; 121 using blink::WebGestureEvent;
122 using blink::WebTouchEvent; 122 using blink::WebTouchEvent;
123 123
(...skipping 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3004 3004
3005 //////////////////////////////////////////////////////////////////////////////// 3005 ////////////////////////////////////////////////////////////////////////////////
3006 // RenderWidgetHostViewBase, public: 3006 // RenderWidgetHostViewBase, public:
3007 3007
3008 // static 3008 // static
3009 void RenderWidgetHostViewBase::GetDefaultScreenInfo(WebScreenInfo* results) { 3009 void RenderWidgetHostViewBase::GetDefaultScreenInfo(WebScreenInfo* results) {
3010 GetScreenInfoForWindow(results, NULL); 3010 GetScreenInfoForWindow(results, NULL);
3011 } 3011 }
3012 3012
3013 } // namespace content 3013 } // namespace content
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.h ('k') | ui/base/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698