diff options
Diffstat (limited to 'WebCore/platform/graphics/Path.h')
-rw-r--r-- | WebCore/platform/graphics/Path.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/Path.h b/WebCore/platform/graphics/Path.h index 43ba889..61ea328 100644 --- a/WebCore/platform/graphics/Path.h +++ b/WebCore/platform/graphics/Path.h @@ -156,6 +156,10 @@ namespace WebCore { private: PlatformPathPtr m_path; + +#if PLATFORM(QT) + int m_lastMoveToIndex; +#endif }; } |