From 1f9da308529b5a2474976ee19d1c57c8612d5365 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 20 Mar 2014 11:27:56 +0100 Subject: 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 --- chromium/third_party/WebKit/Source/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/chromium/third_party/WebKit/Source/config.h b/chromium/third_party/WebKit/Source/config.h index e556d5b95dc..d7501db1e45 100644 --- a/chromium/third_party/WebKit/Source/config.h +++ b/chromium/third_party/WebKit/Source/config.h @@ -97,7 +97,6 @@ #if OS(MACOSX) #define WTF_USE_CF 1 -#define WTF_USE_RUBBER_BANDING 1 /* We can't override the global operator new and delete on OS(MACOSX) because * some object are allocated by WebKit and deallocated by the embedder. */ -- cgit v1.2.1