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

Side by Side Diff: ui/platform_window/android/platform_window_android.cc

Issue 1475773002: Add context_utils.h includes where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/gfx/android/view_configuration.cc ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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/platform_window/android/platform_window_android.h" 5 #include "ui/platform_window/android/platform_window_android.h"
6 6
7 #include <android/input.h> 7 #include <android/input.h>
8 #include <android/native_window_jni.h> 8 #include <android/native_window_jni.h>
9 9
10 #include "base/android/context_utils.h"
10 #include "base/android/jni_android.h" 11 #include "base/android/jni_android.h"
11 #include "jni/PlatformWindowAndroid_jni.h" 12 #include "jni/PlatformWindowAndroid_jni.h"
12 #include "ui/events/event.h" 13 #include "ui/events/event.h"
13 #include "ui/events/keycodes/keyboard_code_conversion_android.h" 14 #include "ui/events/keycodes/keyboard_code_conversion_android.h"
14 #include "ui/gfx/geometry/point.h" 15 #include "ui/gfx/geometry/point.h"
15 #include "ui/platform_window/platform_window_delegate.h" 16 #include "ui/platform_window/platform_window_delegate.h"
16 17
17 namespace ui { 18 namespace ui {
18 19
19 namespace { 20 namespace {
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 217
217 void PlatformWindowAndroid::ConfineCursorToBounds(const gfx::Rect& bounds) { 218 void PlatformWindowAndroid::ConfineCursorToBounds(const gfx::Rect& bounds) {
218 NOTIMPLEMENTED(); 219 NOTIMPLEMENTED();
219 } 220 }
220 221
221 PlatformImeController* PlatformWindowAndroid::GetPlatformImeController() { 222 PlatformImeController* PlatformWindowAndroid::GetPlatformImeController() {
222 return &platform_ime_controller_; 223 return &platform_ime_controller_;
223 } 224 }
224 225
225 } // namespace ui 226 } // namespace ui
OLDNEW
« no previous file with comments | « ui/gfx/android/view_configuration.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698