Title: [174272] trunk/Source/WebCore
Revision
174272
Author
[email protected]
Date
2014-10-03 10:55:17 -0700 (Fri, 03 Oct 2014)

Log Message

Unreviewed build fix.

Fixing the Windows build after r174269.

Patch by Myles C. Maxfield <[email protected]> on 2014-10-03

* platform/graphics/win/UniscribeController.cpp:
(WebCore::UniscribeController::shapeAndPlaceItem):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174271 => 174272)


--- trunk/Source/WebCore/ChangeLog	2014-10-03 17:43:32 UTC (rev 174271)
+++ trunk/Source/WebCore/ChangeLog	2014-10-03 17:55:17 UTC (rev 174272)
@@ -1,3 +1,12 @@
+2014-10-03  Myles C. Maxfield  <[email protected]>
+
+        Unreviewed build fix.
+
+        Fixing the Windows build after r174269.
+
+        * platform/graphics/win/UniscribeController.cpp:
+        (WebCore::UniscribeController::shapeAndPlaceItem):
+
 2014-10-01  Brian J. Burg  <[email protected]>
 
         EventSender dispatches should be per-Document

Modified: trunk/Source/WebCore/platform/graphics/win/UniscribeController.cpp (174271 => 174272)


--- trunk/Source/WebCore/platform/graphics/win/UniscribeController.cpp	2014-10-03 17:43:32 UTC (rev 174271)
+++ trunk/Source/WebCore/platform/graphics/win/UniscribeController.cpp	2014-10-03 17:55:17 UTC (rev 174272)
@@ -359,7 +359,7 @@
         // translation.
         if (glyphBuffer) {
             FloatSize size(offsetX, -offsetY);
-            glyphBuffer->add(glyph, fontData, advance, GlyphBuffer::kNoOffset, &size);
+            glyphBuffer->add(glyph, fontData, advance, GlyphBuffer::noOffset, &size);
         }
 
         FloatRect glyphBounds = fontData->boundsForGlyph(glyph);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to