web/WebInputEvent.h is moved to platform/WebInputEvent.h

This commit is contained in:
Cheng Zhao 2017-01-24 14:48:55 +09:00 коммит произвёл Kevin Sawicki
Родитель 53bf82dd7c
Коммит 6d323dd6fe
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -69,7 +69,7 @@
#include "native_mate/object_template_builder.h"
#include "net/url_request/url_request_context.h"
#include "third_party/WebKit/public/web/WebFindOptions.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
#include "ui/display/screen.h"
#if !defined(OS_MACOSX)

Просмотреть файл

@ -7,7 +7,7 @@
#include "atom/common/keyboard_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
#include "ui/events/event_constants.h"
namespace atom {

Просмотреть файл

@ -16,7 +16,7 @@
#include "third_party/WebKit/public/web/WebCache.h"
#include "third_party/WebKit/public/web/WebDeviceEmulationParams.h"
#include "third_party/WebKit/public/web/WebFindOptions.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
#include "ui/base/clipboard/clipboard.h"
#include "ui/events/keycodes/dom/keycode_converter.h"
#include "ui/events/keycodes/keyboard_code_conversion.h"