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

jamesr at google.com jamesr at google.com
Wed Dec 22 12:24:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2a2ded5d3e2bed3e6d0916fa96f3abee4f1ccb23
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 21 00:04:20 2010 +0000

    2010-08-20  James Robinson  <jamesr at chromium.org>
    
            Synchronize default of use_accelerated_compositing gyp variable with downstream.  Unreviewed.
    
            * features.gypi:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65766 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 7f6e2d6..e051f86 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-20  James Robinson  <jamesr at chromium.org>
+
+        Synchronize default of use_accelerated_compositing gyp variable with downstream.  Unreviewed.
+
+        * features.gypi:
+
 2010-08-20  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index e3092b3..61e5806 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -94,7 +94,7 @@
         }],
       ],
 
-      'use_accelerated_compositing%': 0,
+      'use_accelerated_compositing%': 1,
       'enable_svg%': 1,
     },
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list