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

yurys at chromium.org yurys at chromium.org
Wed Dec 22 18:43:17 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1ad771818705b08b627e620a66d523a6fe27f921
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 16 13:26:49 2010 +0000

    2010-12-16  Yury Semikhatsky  <yurys at chromium.org>
    
            Unreviewed. Fix Chromium Mac Debug Clang compilation.
    
            * platform/graphics/FontFastPath.cpp:
            (WebCore::Font::getGlyphsAndAdvancesForSimpleText):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74184 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5adc469..9dd6b46 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-16  Yury Semikhatsky  <yurys at chromium.org>
+
+        Unreviewed. Fix Chromium Mac Debug Clang compilation.
+
+        * platform/graphics/FontFastPath.cpp:
+        (WebCore::Font::getGlyphsAndAdvancesForSimpleText):
+
 2010-12-16  Alejandro G. Castro  <alex at igalia.com>
 
         Unreviewed. Fix GTK3 compilation after 74129.
diff --git a/WebCore/platform/graphics/FontFastPath.cpp b/WebCore/platform/graphics/FontFastPath.cpp
index fb3b107..73904e0 100644
--- a/WebCore/platform/graphics/FontFastPath.cpp
+++ b/WebCore/platform/graphics/FontFastPath.cpp
@@ -276,7 +276,7 @@ float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int
 {
     float initialAdvance;
 
-    WidthIterator it(this, run, false, forTextEmphasis);
+    WidthIterator it(this, run, 0, false, forTextEmphasis);
     it.advance(from);
     float beforeWidth = it.m_runWidthSoFar;
     it.advance(to, &glyphBuffer);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list