Update to Chromium revision fc6ad471 (#342568)

This commit is contained in:
Marshall Greenblatt
2015-08-14 10:41:08 -04:00
parent a08686e6a6
commit a63d646e3b
61 changed files with 460 additions and 600 deletions

View File

@@ -1,8 +1,8 @@
diff --git input_method_win.cc input_method_win.cc
index 0870fde..23d8038 100644
index 7db88b6..16793d8 100644
--- input_method_win.cc
+++ input_method_win.cc
@@ -567,8 +567,9 @@ bool InputMethodWin::IsWindowFocused(const TextInputClient* client) const {
@@ -581,8 +581,9 @@ bool InputMethodWin::IsWindowFocused(const TextInputClient* client) const {
// receiving keyboard input as long as it is an active window. This works well
// even when the |attached_window_handle| becomes active but has not received
// WM_FOCUS yet.
@@ -12,4 +12,4 @@ index 0870fde..23d8038 100644
+ GetActiveWindow() == ::GetAncestor(toplevel_window_handle_, GA_ROOT);
}
bool InputMethodWin::DispatchFabricatedKeyEvent(const ui::KeyEvent& event) {
void InputMethodWin::DispatchFabricatedKeyEvent(ui::KeyEvent* event) {