| Index: Source/core/platform/graphics/Font.h
|
| diff --git a/Source/core/platform/graphics/Font.h b/Source/core/platform/graphics/Font.h
|
| index 1261b64e868999b625ea40319b9cbc64ae65ad82..54b07169aaf03300f20fb10db64eb46372e403ff 100644
|
| --- a/Source/core/platform/graphics/Font.h
|
| +++ b/Source/core/platform/graphics/Font.h
|
| @@ -25,6 +25,7 @@
|
| #ifndef Font_h
|
| #define Font_h
|
|
|
| +#include "core/platform/graphics/CustomFontNotReadyAction.h"
|
| #include "core/platform/graphics/FontDescription.h"
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| @@ -97,7 +98,6 @@ public:
|
|
|
| void update(PassRefPtr<FontSelector>) const;
|
|
|
| - enum CustomFontNotReadyAction { DoNotPaintIfFontNotReady, UseFallbackIfFontNotReady };
|
| void drawText(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&, CustomFontNotReadyAction = DoNotPaintIfFontNotReady) const;
|
| void drawEmphasisMarks(GraphicsContext*, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&) const;
|
|
|
|
|