Changeset 66788 in webkit


Ignore:
Timestamp:
Sep 3, 2010 7:54:21 PM (14 years ago)
Author:
kbr@google.com
Message:

2010-09-03 Kenneth Russell <kbr@google.com>

Unreviewed, Chromium build fix. Fix breakage on Windows after
r66787 / https://bugs.webkit.org/show_bug.cgi?id=45223 .

  • platform/graphics/chromium/FontChromiumWin.cpp: (WebCore::Font::drawGlyphs):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r66787 r66788  
     12010-09-03  Kenneth Russell  <kbr@google.com>
     2
     3        Unreviewed, Chromium build fix. Fix breakage on Windows after
     4        r66787 / https://bugs.webkit.org/show_bug.cgi?id=45223 .
     5
     6        * platform/graphics/chromium/FontChromiumWin.cpp:
     7        (WebCore::Font::drawGlyphs):
     8
    192010-09-03  James Robinson  <jamesr@chromium.org>
    210
  • trunk/WebCore/platform/graphics/chromium/FontChromiumWin.cpp

    r66787 r66788  
    373373                      const FloatPoint& point) const
    374374{
    375     gc->platformContext()->prepareForSoftwareDraw();
     375    graphicsContext->platformContext()->prepareForSoftwareDraw();
    376376
    377377    SkColor color = graphicsContext->platformContext()->effectiveFillColor();
Note: See TracChangeset for help on using the changeset viewer.