fix disable_scroll_begin_dcheck.patch
This commit is contained in:
parent
6e037f5e71
commit
2f75777fb6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc b/co
|
||||||
index c3f4641e8525..dd50ff1c2557 100644
|
index c3f4641e8525..dd50ff1c2557 100644
|
||||||
--- a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
--- a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
||||||
+++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
+++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
||||||
@@ -362,7 +362,8 @@ void MouseWheelEventQueue::SendScrollBegin(
|
@@ -362,7 +362,7 @@ void MouseWheelEventQueue::SendScrollBegin(
|
||||||
(synthetic && !needs_scroll_begin_when_scroll_latching_disabled_) ||
|
(synthetic && !needs_scroll_begin_when_scroll_latching_disabled_) ||
|
||||||
needs_scroll_begin_when_scroll_latching_disabled_);
|
needs_scroll_begin_when_scroll_latching_disabled_);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue