changed '-visibilityDidChange:' to '-visiblieStateDidChange:' to match the others

This commit is contained in:
Luke Parham
2016-05-04 16:41:11 -05:00
parent d47059dffe
commit e510120031
11 changed files with 20 additions and 20 deletions

View File

@@ -280,9 +280,9 @@ static const CGSize kMinReleaseImageOnBackgroundSize = {20.0, 20.0};
/* visibilityDidChange in ASMultiplexImageNode has a very similar implementation. Changes here are likely necessary
in ASMultiplexImageNode as well. */
- (void)visibilityDidChange:(BOOL)isVisible
- (void)visibileStateDidChange:(BOOL)isVisible
{
[super visibilityDidChange:isVisible];
[super visibileStateDidChange:isVisible];
if (_downloaderImplementsSetPriority) {
_lock.lock();