Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1114)

Unified Diff: Source/platform/graphics/DeferredImageDecoder.h

Issue 303033004: Enable Skia discardable memory path on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/DeferredImageDecoder.h
diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h
index 27b0167f254e87180c7694beab70006b4333cae7..2aa48c6a09094db23c40bb4d47dd5481f8020d67 100644
--- a/Source/platform/graphics/DeferredImageDecoder.h
+++ b/Source/platform/graphics/DeferredImageDecoder.h
@@ -81,8 +81,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();
RefPtr<SharedBuffer> m_data;
@@ -101,7 +99,6 @@ private:
RefPtr<ImageFrameGenerator> m_frameGenerator;
static bool s_enabled;
- static bool s_skiaDiscardableMemoryEnabled;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/platform/graphics/DeferredImageDecoder.cpp » ('j') | Source/platform/graphics/DeferredImageDecoder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698