[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
xji at chromium.org
xji at chromium.org
Wed Dec 22 13:53:31 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 0f6b247046ddf3d2e657ac2907d837c13c81786c
Author: xji at chromium.org <xji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Sep 28 22:43:07 2010 +0000
Performance improvement for FontLinux.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68585 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/graphics/chromium/FontLinux.cpp b/WebCore/platform/graphics/chromium/FontLinux.cpp
index e284bed..d235dc3 100644
--- a/WebCore/platform/graphics/chromium/FontLinux.cpp
+++ b/WebCore/platform/graphics/chromium/FontLinux.cpp
@@ -485,7 +485,7 @@ private:
m_xPositions = new SkScalar[size];
m_item.num_glyphs = size;
- m_glyphsArraySize = size; // Save the GlyphArrays size.
+ m_glyphsArraySize = size; // Save the GlyphArrays size.
resetGlyphArrays(m_glyphsArraySize);
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list