Windows: Fix crash on touch press text selection (issue #2149)

This commit is contained in:
Marshall Greenblatt
2017-04-26 12:49:30 -04:00
parent 31323bc55b
commit 53281ccee2
2 changed files with 13 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#include "ui/display/screen.h"
#include "ui/views/test/desktop_test_views_delegate.h"
#include "ui/views/widget/desktop_aura/desktop_screen.h"
#include "ui/wm/core/wm_state.h"
#if defined(OS_WIN)
#include "libcef/common/crash_reporting_win.h"
@ -134,6 +135,8 @@ void CefBrowserMainParts::ToolkitInitialized() {
new views::DesktopTestViewsDelegate;
wm_state_.reset(new wm::WMState);
#if defined(OS_WIN)
ui::CursorLoaderWin::SetCursorResourceModule(
CefContentBrowserClient::Get()->GetResourceDllName());