Update to Chromium version 55.0.2883.21

This commit is contained in:
Marshall Greenblatt
2016-10-25 20:19:54 -04:00
parent c9e81c082f
commit 287664d85f
8 changed files with 24 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
diff --git input_method_win.cc input_method_win.cc
index 8975069..858bc9b 100644
index 6e460e6..4946e67 100644
--- input_method_win.cc
+++ input_method_win.cc
@@ -642,8 +642,9 @@ bool InputMethodWin::IsWindowFocused(const TextInputClient* client) const {
@@ -662,8 +662,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.