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

Unified Diff: Source/platform/graphics/DiscardablePixelRef.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
« no previous file with comments | « no previous file | Source/platform/graphics/LazyDecodingPixelRef.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DiscardablePixelRef.h
diff --git a/Source/platform/graphics/DiscardablePixelRef.h b/Source/platform/graphics/DiscardablePixelRef.h
index b86e4951c21873a6e20e82b61fe02f4ac275490c..3b86c3ef870e9f873a8716b9efbca67ea45c7bb2 100644
--- a/Source/platform/graphics/DiscardablePixelRef.h
+++ b/Source/platform/graphics/DiscardablePixelRef.h
@@ -53,10 +53,6 @@ public:
static bool isDiscardable(SkPixelRef*);
bool allocAndLockDiscardableMemory(size_t);
-#ifdef SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE
- SK_DECLARE_UNFLATTENABLE_OBJECT()
-#endif
-
protected:
// SkPixelRef implementation.
virtual bool onNewLockPixels(LockRec*) OVERRIDE;
« no previous file with comments | « no previous file | Source/platform/graphics/LazyDecodingPixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698