Changeset 158086 in webkit


Ignore:
Timestamp:
Oct 26, 2013 9:11:17 AM (11 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: fixed broken build.
https://bugs.webkit.org/show_bug.cgi?id=123354.

  • css/CSSFontSelector.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r158085 r158086  
     12013-10-26  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: fixed broken build.
     4        https://bugs.webkit.org/show_bug.cgi?id=123354.
     5
     6        * css/CSSFontSelector.h:
     7
    182013-10-26  Antti Koivisto  <antti@apple.com>
    29
  • trunk/Source/WebCore/css/CSSFontSelector.h

    r158085 r158086  
    2929#include "CachedResourceHandle.h"
    3030#include "FontSelector.h"
     31#include "SimpleFontData.h"
    3132#include "Timer.h"
    3233#include <wtf/Forward.h>
     
    6162    virtual PassRefPtr<FontData> getFallbackFontData(const FontDescription&, size_t) OVERRIDE;
    6263    CSSSegmentedFontFace* getFontFace(const FontDescription&, const AtomicString& family);
    63     virtual PassRefPtr<SimpleFontData> userStandardFont(const FontDescription&) OVERRIDE;
     64    virtual PassRefPtr<SimpleFontData> userStandardFont(const FontDescription&);
    6465
    6566    virtual bool resolvesFamilyFor(const FontDescription&) const OVERRIDE;
Note: See TracChangeset for help on using the changeset viewer.