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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 11:15:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8ee798e4acc29fb0e5c40e5525df80227db56f59
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 05:17:27 2010 +0000

    2010-07-15  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, small style fixes.
    
            * platform/chromium/ThemeChromiumMac.mm:
            (WebCore::ThemeChromiumMac::inflateControlPaintRect):
            * platform/mac/ThemeMac.mm:
            (WebCore::ThemeMac::inflateControlPaintRect):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63518 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 36345e8..a4a26d2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-15  Kent Tamura  <tkent at chromium.org>
+
+        Unreviewed, small style fixes.
+
+        * platform/chromium/ThemeChromiumMac.mm:
+        (WebCore::ThemeChromiumMac::inflateControlPaintRect):
+        * platform/mac/ThemeMac.mm:
+        (WebCore::ThemeMac::inflateControlPaintRect):
+
 2010-07-15  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/platform/chromium/ThemeChromiumMac.mm b/WebCore/platform/chromium/ThemeChromiumMac.mm
index 7d06ec0..68fd7b7 100644
--- a/WebCore/platform/chromium/ThemeChromiumMac.mm
+++ b/WebCore/platform/chromium/ThemeChromiumMac.mm
@@ -801,7 +801,7 @@ void ThemeChromiumMac::inflateControlPaintRect(ControlPart part, ControlStates s
             break;
         }
         case OuterSpinButtonPart: {
-            static const int stepperMargin[4] = { 0, 0, 0, 0};
+            static const int stepperMargin[4] = { 0, 0, 0, 0 };
             ControlSize controlSize = controlSizeFromPixelSize(stepperSizes(), zoomedRect.size(), zoomFactor);
             IntSize zoomedSize = stepperSizes()[controlSize];
             zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
diff --git a/WebCore/platform/mac/ThemeMac.mm b/WebCore/platform/mac/ThemeMac.mm
index 20b662f..c57e8df 100644
--- a/WebCore/platform/mac/ThemeMac.mm
+++ b/WebCore/platform/mac/ThemeMac.mm
@@ -687,7 +687,7 @@ void ThemeMac::inflateControlPaintRect(ControlPart part, ControlStates states, I
             break;
         }
         case OuterSpinButtonPart: {
-            static const int stepperMargin[4] = { 0, 0, 0, 0};
+            static const int stepperMargin[4] = { 0, 0, 0, 0 };
             ControlSize controlSize = controlSizeFromPixelSize(stepperSizes(), zoomedRect.size(), zoomFactor);
             IntSize zoomedSize = stepperSizes()[controlSize];
             zoomedSize.setHeight(zoomedSize.height() * zoomFactor);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list