| Index: third_party/WebKit/Source/web/WebFontImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFontImpl.h b/third_party/WebKit/Source/web/WebFontImpl.h
|
| index b6c2378f65f09dd488c189496a72c2631afbb7fc..0e199fe62921524323004aa98ff2b6bca6e0f9ad 100644
|
| --- a/third_party/WebKit/Source/web/WebFontImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFontImpl.h
|
| @@ -59,7 +59,7 @@ public:
|
| WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
|
| int height, int from = 0, int to = -1) const override;
|
|
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return "WebFontImpl"; }
|
|
|
| private:
|
|
|