| Index: Source/platform/fonts/FontData.h
|
| diff --git a/Source/platform/fonts/FontData.h b/Source/platform/fonts/FontData.h
|
| index d32953002adadff11fb85dc84d60575e373db64b..fb4a65441cb3eb9c9d516b0b1d21d6f741dc31ca 100644
|
| --- a/Source/platform/fonts/FontData.h
|
| +++ b/Source/platform/fonts/FontData.h
|
| @@ -54,6 +54,7 @@ public:
|
| // Returns whether this is a temporary font data for a custom font which is not yet loaded.
|
| virtual bool isLoadingFallback() const = 0;
|
| virtual bool isSegmented() const = 0;
|
| + virtual bool shouldSkipDrawing() const = 0;
|
|
|
| void setMaxGlyphPageTreeLevel(unsigned level) const { m_maxGlyphPageTreeLevel = level; }
|
| unsigned maxGlyphPageTreeLevel() const { return m_maxGlyphPageTreeLevel; }
|
|
|