Index: Source/platform/graphics/RecordingImageBufferSurface.h |
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h |
index b7f2e473317aa6618865b501c309ec70bd669b82..cd787e42974cc31cab2b26751e45a3aad8f166d9 100644 |
--- a/Source/platform/graphics/RecordingImageBufferSurface.h |
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h |
@@ -54,10 +54,6 @@ public: |
bool restore() override; |
WebLayer* layer() const override; |
bool isAccelerated() const override; |
- bool cachedBitmapEnabled() const override; |
- const SkBitmap& cachedBitmap() const override; |
- void invalidateCachedBitmap() override; |
- void updateCachedBitmapIfNeeded() override; |
void setIsHidden(bool) override; |
private: |