Skip to content

Commit 1f9da30

Browse files
committed
<third_party/WebKit> Disable "rubber-banding" on Mac
Rubber-banding is the scrolling effect on Mac when overscrolling which does not work with Qt and also causes a crash with branch 1750. Disable the feature for now. Change-Id: I89f315c2dbb1ed4362b96201566acc784e4bdf96 Reviewed-by: Zeno Albisser <[email protected]>
1 parent 24a37c6 commit 1f9da30

File tree

1 file changed

+0
-1
lines changed
  • chromium/third_party/WebKit/Source

1 file changed

+0
-1
lines changed

chromium/third_party/WebKit/Source/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797

9898
#if OS(MACOSX)
9999
#define WTF_USE_CF 1
100-
#define WTF_USE_RUBBER_BANDING 1
101100

102101
/* We can't override the global operator new and delete on OS(MACOSX) because
103102
* some object are allocated by WebKit and deallocated by the embedder. */

0 commit comments

Comments
 (0)