[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mdelaney at apple.com mdelaney at apple.com
Fri Jan 21 14:38:50 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 23d5275cf37e70118d1fadc9b0ae644fffe57711
Author: mdelaney at apple.com <mdelaney at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 22:15:12 2010 +0000

    2010-12-23  Matthew Delaney  <mdelaney at apple.com>
    
            Reviewed by Simon Fraser.
    
            Incorrect layer property used noted as changed in GraphicsLayerCA::setAcceleratesDrawing
            https://bugs.webkit.org/show_bug.cgi?id=51560
    
            No new tests.
    
            * platform/graphics/ca/GraphicsLayerCA.cpp:
            (WebCore::GraphicsLayerCA::setAcceleratesDrawing):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5a4b2e7..ddf0be1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-23  Matthew Delaney  <mdelaney at apple.com>
+
+        Reviewed by Simon Fraser.
+
+        Incorrect layer property used noted as changed in GraphicsLayerCA::setAcceleratesDrawing
+        https://bugs.webkit.org/show_bug.cgi?id=51560
+
+        No new tests.
+
+        * platform/graphics/ca/GraphicsLayerCA.cpp:
+        (WebCore::GraphicsLayerCA::setAcceleratesDrawing):
+
 2010-12-23  Jan Erik Hanssen  <jhanssen at sencha.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp b/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
index 8bde9fd..06441d2 100644
--- a/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
+++ b/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
@@ -488,7 +488,7 @@ void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing)
         return;
 
     GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
-    noteLayerPropertyChanged(DrawsContentChanged);
+    noteLayerPropertyChanged(AcceleratesDrawingChanged);
 }
 
 void GraphicsLayerCA::setBackgroundColor(const Color& color)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list