Changeset 89235 in webkit


Ignore:
Timestamp:
Jun 20, 2011 2:18:38 AM (13 years ago)
Author:
yutak@chromium.org
Message:

2011-06-20 Yuta Kitamura <yutak@chromium.org>

Unreviewed build fix for Chromium Clang builders.

  • platform/graphics/FontFallbackList.h: Declare SVGTextRunRenderingContext as class, not struct.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89234 r89235  
     12011-06-20  Yuta Kitamura  <yutak@chromium.org>
     2
     3        Unreviewed build fix for Chromium Clang builders.
     4
     5        * platform/graphics/FontFallbackList.h: Declare SVGTextRunRenderingContext as class, not struct.
     6
    172011-06-20  MORITA Hajime <morrita@google.com>
    28
  • trunk/Source/WebCore/platform/graphics/FontFallbackList.h

    r89233 r89235  
    5858
    5959private:
    60     friend struct SVGTextRunRenderingContext;
     60    friend class SVGTextRunRenderingContext;
    6161    void setGlyphPageZero(GlyphPageTreeNode* pageZero) { m_pageZero = pageZero; }
    6262    void setGlyphPages(const GlyphPages& pages) { m_pages = pages; }
Note: See TracChangeset for help on using the changeset viewer.