Update to Chromium version 55.0.2883.44

This commit is contained in:
Marshall Greenblatt
2016-11-10 16:13:41 -05:00
parent aeeb51361b
commit b099f8cb79
10 changed files with 21 additions and 20 deletions

View File

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