summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/GraphicsLayerClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/GraphicsLayerClient.h')
-rw-r--r--Source/WebCore/platform/graphics/GraphicsLayerClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/GraphicsLayerClient.h b/Source/WebCore/platform/graphics/GraphicsLayerClient.h
index 7049e4226..902a2573d 100644
--- a/Source/WebCore/platform/graphics/GraphicsLayerClient.h
+++ b/Source/WebCore/platform/graphics/GraphicsLayerClient.h
@@ -84,6 +84,10 @@ public:
// while painting.
virtual void verifyNotPainting() { }
#endif
+
+#if PLATFORM(BLACKBERRY)
+ virtual bool contentsVisible(const GraphicsLayer*, const IntRect& contentRect) const { return false; }
+#endif
};
} // namespace WebCore