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

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

Issue 372303002: remove code from (dead) SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/LazyDecodingPixelRef.h
diff --git a/Source/platform/graphics/LazyDecodingPixelRef.h b/Source/platform/graphics/LazyDecodingPixelRef.h
index a48bf6f8fa1aaa6566279847929688145aeb9ac8..6a0baa55dee768e00201041a277cb94e72efe260 100644
--- a/Source/platform/graphics/LazyDecodingPixelRef.h
+++ b/Source/platform/graphics/LazyDecodingPixelRef.h
@@ -50,10 +50,6 @@ public:
LazyDecodingPixelRef(const SkImageInfo&, PassRefPtr<ImageFrameGenerator>, size_t index);
virtual ~LazyDecodingPixelRef();
-#ifdef SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE
- SK_DECLARE_UNFLATTENABLE_OBJECT()
-#endif
-
PassRefPtr<ImageFrameGenerator> frameGenerator() const { return m_frameGenerator; }
size_t frameIndex() const { return m_frameIndex; }
« no previous file with comments | « Source/platform/graphics/DiscardablePixelRef.h ('k') | Source/platform/graphics/test/MockDiscardablePixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698