| 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 8ba2ca3df48a1407c5d73e7f073a06db3692ac6f..6afe0428eae3c7ec37283110480bb1cb37b2a129 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -208,9 +208,8 @@ class PLATFORM_EXPORT Font {
|
| mutable unsigned m_canShapeWordByWord : 1;
|
| mutable unsigned m_shapeWordByWordComputed : 1;
|
|
|
| - // For accessing buildGlyphBuffer and retrieving fonts used in rendering a
|
| - // node.
|
| - friend class InspectorCSSAgent;
|
| + // For m_fontDescription & m_fontFallbackList access.
|
| + friend class CachingWordShaper;
|
| };
|
|
|
| inline Font::~Font() {}
|
|
|