| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index 15a04e86d17922b52a3c7a918ead37d3e8b32545..a2135bc1b689f5853d5ebbbcb712d2cd6c1614aa 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| const FontDescription& getFontDescription() const { return m_fontDescription; }
|
|
|
| - void update(RawPtr<FontSelector>) const;
|
| + void update(FontSelector*) const;
|
|
|
| enum CustomFontNotReadyAction { DoNotPaintIfFontNotReady, UseFallbackIfFontNotReady };
|
| bool drawText(SkCanvas*, const TextRunPaintInfo&, const FloatPoint&, float deviceScaleFactor, const SkPaint&) const;
|
|
|