| Index: Source/WebCore/platform/graphics/Path.h
|
| diff --git a/Source/WebCore/platform/graphics/Path.h b/Source/WebCore/platform/graphics/Path.h
|
| index 008c0e6ef894e1fb383c5ae46379ad53c25cd949..ee831df0832cacec77fd447c4d3f562840c944c5 100644
|
| --- a/Source/WebCore/platform/graphics/Path.h
|
| +++ b/Source/WebCore/platform/graphics/Path.h
|
| @@ -164,10 +164,6 @@ namespace WebCore {
|
| void platformAddPathForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
|
| #endif
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| - Path(const SkPath&);
|
| -#endif
|
| -
|
| private:
|
| PlatformPathPtr m_path;
|
| };
|
|
|