summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/BitmapImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/BitmapImage.h')
-rw-r--r--WebCore/platform/graphics/BitmapImage.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/WebCore/platform/graphics/BitmapImage.h b/WebCore/platform/graphics/BitmapImage.h
index 6a7c02c..807c11b 100644
--- a/WebCore/platform/graphics/BitmapImage.h
+++ b/WebCore/platform/graphics/BitmapImage.h
@@ -45,10 +45,6 @@ class NSImage;
typedef struct HBITMAP__ *HBITMAP;
#endif
-#if PLATFORM(HAIKU)
-class BBitmap;
-#endif
-
namespace WebCore {
struct FrameData;
}
@@ -169,16 +165,10 @@ protected:
virtual void drawFrameMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize& srcSize, CompositeOperator);
#endif
virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator);
-
#if PLATFORM(WX) || PLATFORM(WINCE)
virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const TransformationMatrix& patternTransform,
const FloatPoint& phase, CompositeOperator, const FloatRect& destRect);
-#endif
-
-#if PLATFORM(HAIKU)
- virtual BBitmap* getBBitmap() const;
-#endif
-
+#endif
size_t currentFrame() const { return m_currentFrame; }
size_t frameCount();
NativeImagePtr frameAtIndex(size_t);