| Index: Source/core/layout/LayoutText.h
|
| diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
|
| index 2f000b120b4f7e442cb919297a6426226f5d2b56..155e94f12ffc32e402f961032a4a0dea535c713b 100644
|
| --- a/Source/core/layout/LayoutText.h
|
| +++ b/Source/core/layout/LayoutText.h
|
| @@ -135,6 +135,7 @@ public:
|
| void momentarilyRevealLastTypedCharacter(unsigned lastTypedCharacterOffset);
|
|
|
| bool isAllCollapsibleWhitespace() const;
|
| + bool isRenderedCharacter(int offsetInNode) const;
|
|
|
| bool canUseSimpleFontCodePath() const { return m_canUseSimpleFontCodePath; }
|
|
|
|
|