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

Unified Diff: include/core/SkBitmap.h

Issue 293393007: remove SK_SUPPORT_LEGACY_BUILDMIPMAP (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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
« no previous file with comments | « gyp/skia_for_chromium_defines.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkBitmap.h
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 9997881d538ef2cb1a2d6de288d74e43a30035b5..4f74bd1eb63522c3b91e316e89652771f22bc46f 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -649,11 +649,6 @@ public:
*/
bool deepCopyTo(SkBitmap* dst) const;
-#ifdef SK_SUPPORT_LEGACY_BUILDMIPMAP
- SK_ATTR_DEPRECATED("use setFilterLevel on SkPaint")
- void buildMipMap(bool forceRebuild = false) {}
-#endif
-
#ifdef SK_BUILD_FOR_ANDROID
bool hasHardwareMipMap() const {
return (fFlags & kHasHardwareMipMap_Flag) != 0;
« no previous file with comments | « gyp/skia_for_chromium_defines.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698