| Index: Source/WebCore/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/Source/WebCore/platform/graphics/GraphicsLayerClient.h b/Source/WebCore/platform/graphics/GraphicsLayerClient.h
|
| index c59d8aaa44358cc196c0bf45065cf573970654c2..bdf6a7ee892c36edf29772cbd4ef6fb046886cec 100644
|
| --- a/Source/WebCore/platform/graphics/GraphicsLayerClient.h
|
| +++ b/Source/WebCore/platform/graphics/GraphicsLayerClient.h
|
| @@ -98,10 +98,6 @@ public:
|
| // while painting.
|
| virtual void verifyNotPainting() { }
|
| #endif
|
| -
|
| -#if PLATFORM(BLACKBERRY)
|
| - virtual bool contentsVisible(const GraphicsLayer*, const IntRect& contentRect) const { return false; }
|
| -#endif
|
| };
|
|
|
| } // namespace WebCore
|
|
|