Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2586133003: Remove PlatformWheelEvent and use WebMouseWheelEvent instead (Closed)
Patch Set: Adjust function name Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 995b3f9a5cbb9f2e318531d134f3c6ee318c22de..00419426621ad27376cbd292653e6ba2e103caeb 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -319,7 +319,6 @@ component("platform") {
"PlatformResourceLoader.h",
"PlatformTouchEvent.h",
"PlatformTouchPoint.h",
- "PlatformWheelEvent.h",
"PluginScriptForbiddenScope.cpp",
"PluginScriptForbiddenScope.h",
"PopupMenu.h",
@@ -355,6 +354,8 @@ component("platform") {
"WebFrameScheduler.h",
"WebGestureEvent.cpp",
"WebIconSizesParser.cpp",
+ "WebMouseEvent.cpp",
+ "WebMouseWheelEvent.cpp",
"WebScheduler.cpp",
"WebTaskRunner.cpp",
"WebTaskRunner.h",

Powered by Google App Engine
This is Rietveld 408576698