| 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 0b677a8a2309cb7798a1028dcdeaecf552badbbe..15a04e86d17922b52a3c7a918ead37d3e8b32545 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(PassRefPtrWillBeRawPtr<FontSelector>) const;
|
| + void update(RawPtr<FontSelector>) const;
|
|
|
| enum CustomFontNotReadyAction { DoNotPaintIfFontNotReady, UseFallbackIfFontNotReady };
|
| bool drawText(SkCanvas*, const TextRunPaintInfo&, const FloatPoint&, float deviceScaleFactor, const SkPaint&) const;
|
|
|