| Index: public/platform/linux/WebFontRenderStyle.h
|
| diff --git a/public/platform/linux/WebFontRenderStyle.h b/public/platform/linux/WebFontRenderStyle.h
|
| index a7aa3b827e58cfd26568281b793926ba7b023096..d58cf797f66a5b7a9e8587fbe28a9d5475b33384 100644
|
| --- a/public/platform/linux/WebFontRenderStyle.h
|
| +++ b/public/platform/linux/WebFontRenderStyle.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../WebCommon.h"
|
|
|
| -namespace WebCore { struct FontRenderStyle; }
|
| +namespace blink { struct FontRenderStyle; }
|
|
|
| namespace blink {
|
|
|
| @@ -52,7 +52,7 @@ struct BLINK_EXPORT WebFontRenderStyle {
|
|
|
| #if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION
|
| // Translates the members of this struct to a FontRenderStyle
|
| - void toFontRenderStyle(WebCore::FontRenderStyle*);
|
| + void toFontRenderStyle(blink::FontRenderStyle*);
|
| #endif
|
|
|
| void setDefaults();
|
|
|