remove SK_SUPPORT_LEGACY_BUILDMIPMAP
TBR=scroggo Author: reed@chromium.org Review URL: https://codereview.chromium.org/293393007 git-svn-id: http://skia.googlecode.com/svn/trunk@14885 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
3c134a97ed
commit
53c63a5136
@ -15,7 +15,6 @@
|
||||
'skia_for_chromium_defines': [
|
||||
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
|
||||
'SK_SUPPORT_LEGACY_N32_NAME',
|
||||
'SK_SUPPORT_LEGACY_BUILDMIPMAP',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user