summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-20 11:27:56 +0100
committerAndras Becsi <andras.becsi@digia.com>2014-06-04 18:17:29 +0200
commit1f9da308529b5a2474976ee19d1c57c8612d5365 (patch)
treef3ea2e688eba33d0577b7aba9f934dcb657f12ac
parent24a37c64db99ff4507c1c767f775b67970072fc9 (diff)
downloadqtwebengine-chromium-1f9da308529b5a2474976ee19d1c57c8612d5365.tar.gz
<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 <zeno.albisser@digia.com>
-rw-r--r--chromium/third_party/WebKit/Source/config.h1
1 files changed, 0 insertions, 1 deletions
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. */