Index: Source/platform/graphics/DeferredImageDecoder.h |
diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h |
index 80d73af3c242fea4b5fdc89148771cdb7fd466b3..d87284d0e924aea72a81a935ead48eb37de1a561 100644 |
--- a/Source/platform/graphics/DeferredImageDecoder.h |
+++ b/Source/platform/graphics/DeferredImageDecoder.h |
@@ -52,7 +52,6 @@ |
static bool isLazyDecoded(const SkBitmap&); |
static void setEnabled(bool); |
- static void setSkiaDiscardableMemoryEnabled(bool); |
String filenameExtension() const; |
@@ -79,8 +78,6 @@ |
private: |
explicit DeferredImageDecoder(PassOwnPtr<ImageDecoder> actualDecoder); |
void prepareLazyDecodedFrames(); |
- SkBitmap createBitmap(size_t index); |
- SkBitmap createSkiaDiscardableBitmap(size_t index); |
SkBitmap createLazyDecodingBitmap(size_t index); |
void activateLazyDecoding(); |
void setData(PassRefPtr<SharedBuffer>, bool allDataReceived); |
@@ -98,7 +95,6 @@ |
RefPtr<ImageFrameGenerator> m_frameGenerator; |
static bool s_enabled; |
- static bool s_skiaDiscardableMemoryEnabled; |
}; |
} // namespace WebCore |