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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 18:19:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 44640aac78b49dd03d5f266ed73c9a767724f627
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 9 21:06:51 2010 +0000

    2010-12-09  Alex Bredariol Grilo  <abgrilo at profusion.mobi>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Add missing function in WebKit-EFL API
    
            Add ewk_tiled_backing_store_zoom_weak_smooth_scale_set function in
            WebKit-EFL API. This function was already implemented but missing in
            header file.
    
            * ewk/ewk_tiled_backing_store.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73641 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 65aa95b..827cfbc 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Antonio Gomes.
 
+        [EFL] Add missing function in WebKit-EFL API
+
+        Add ewk_tiled_backing_store_zoom_weak_smooth_scale_set function in
+        WebKit-EFL API. This function was already implemented but missing in
+        header file.
+
+        * ewk/ewk_tiled_backing_store.h:
+
+2010-12-09  Alex Bredariol Grilo  <abgrilo at profusion.mobi>
+
+        Reviewed by Antonio Gomes.
+
         [EFL] Fix scroll operation in WebKit-EFL
         https://bugs.webkit.org/show_bug.cgi?id=50752
 
diff --git a/WebKit/efl/ewk/ewk_tiled_backing_store.h b/WebKit/efl/ewk/ewk_tiled_backing_store.h
index c8cdbb8..4af58c8 100644
--- a/WebKit/efl/ewk/ewk_tiled_backing_store.h
+++ b/WebKit/efl/ewk/ewk_tiled_backing_store.h
@@ -104,6 +104,7 @@ EAPI Eina_Bool    ewk_tiled_backing_store_scroll_inner_offset_add(Evas_Object *o
 EAPI Eina_Bool    ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy);
 EAPI Eina_Bool    ewk_tiled_backing_store_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
 EAPI void ewk_tiled_backing_store_fix_offsets(Evas_Object *o, Evas_Coord w, Evas_Coord h);
+EAPI void ewk_tiled_backing_store_zoom_weak_smooth_scale_set(Evas_Object *o, Eina_Bool smooth_scale);
 EAPI Eina_Bool    ewk_tiled_backing_store_update(Evas_Object *o, const Eina_Rectangle *update);
 EAPI void ewk_tiled_backing_store_updates_process_pre_set(Evas_Object *o, void *(*cb)(void *data, Evas_Object *o), const void *data);
 EAPI void ewk_tiled_backing_store_updates_process_post_set(Evas_Object *o, void *(*cb)(void *data, void *pre_data, Evas_Object *o), const void *data);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list