[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:13:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 76977f602b7fe6a054b8602352e858f72f446dc0
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 9 08:48:13 2010 +0000

    2010-09-09  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed attempt to fix EFL build after r67001.
    
            [EFL] Regression (67001) Build break
            https://bugs.webkit.org/show_bug.cgi?id=45422
    
            * platform/efl/ScrollbarEfl.cpp:
            (scrollbarEflEdjeMessage):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67070 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6fa3632..c78f3ec 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-09  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed attempt to fix EFL build after r67001.
+
+        [EFL] Regression (67001) Build break
+        https://bugs.webkit.org/show_bug.cgi?id=45422
+
+        * platform/efl/ScrollbarEfl.cpp:
+        (scrollbarEflEdjeMessage):
+
 2010-09-08  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Tony Chang.
diff --git a/WebCore/platform/efl/ScrollbarEfl.cpp b/WebCore/platform/efl/ScrollbarEfl.cpp
index e413260..6b00a37 100644
--- a/WebCore/platform/efl/ScrollbarEfl.cpp
+++ b/WebCore/platform/efl/ScrollbarEfl.cpp
@@ -84,7 +84,7 @@ static void scrollbarEflEdjeMessage(void* data, Evas_Object* o, Edje_Message_Typ
 
     m = static_cast<Edje_Message_Float*>(msg);
     v = m->val * (that->totalSize() - that->visibleSize());
-    that->setValue(v);
+    that->setValue(v, Scrollbar::NotFromScrollAnimator);
 }
 
 void ScrollbarEfl::setParent(ScrollView* view)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list