[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:25:12 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 28be9309ae79fd363983ddbd2073326e2202ce51
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 18 22:08:21 2010 +0000

    2010-02-18  Vangelis Kokkevis  <vangelis at chromium.org>
    
            Reviewed by Simon Fraser.
    
            Changing forward declaration of TimingFunction in GraphicsLayer.h from
            class to struct to match its actual definition in TimingFunction.h
    
            https://bugs.webkit.org/show_bug.cgi?id=35069
    
            * platform/graphics/GraphicsLayer.h:
               Change forward declaration from: class TimingFunction to:
               struct TimingFunction
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54987 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 218f3e4..8ba8d70 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-02-18  Vangelis Kokkevis  <vangelis at chromium.org>
+
+        Reviewed by Simon Fraser.
+
+        Changing forward declaration of TimingFunction in GraphicsLayer.h from
+        class to struct to match its actual definition in TimingFunction.h
+
+        https://bugs.webkit.org/show_bug.cgi?id=35069
+
+
+        * platform/graphics/GraphicsLayer.h:
+           Change forward declaration from: class TimingFunction to:
+           struct TimingFunction
+
 2010-02-18  Noam Rosenthal  <noam.rosenthal at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/platform/graphics/GraphicsLayer.h b/WebCore/platform/graphics/GraphicsLayer.h
index 844301e..a097620 100644
--- a/WebCore/platform/graphics/GraphicsLayer.h
+++ b/WebCore/platform/graphics/GraphicsLayer.h
@@ -74,7 +74,7 @@ class FloatPoint3D;
 class GraphicsContext;
 class Image;
 class TextStream;
-class TimingFunction;
+struct TimingFunction;
 
 // Base class for animation values (also used for transitions). Here to
 // represent values for properties being animated via the GraphicsLayer,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list