Removing `inherited background color` optimization from ARTSurfaceView

Summary:
We are removing `reactSetInheritedBackgroundColor` feature because it overcomplicates RN rendering layer and provides very small benefits.
This is the last place where we are using `reactSetInheritedBackgroundColor`.

Reviewed By: mmmulani

Differential Revision: D6581599

fbshipit-source-id: 129997332a03daf927acdd174e5853bfd388332f
This commit is contained in:
Valentin Shergin 2017-12-18 11:41:28 -08:00 committed by Facebook Github Bot
parent 2789ba016b
commit c01a171ed8
1 changed files with 0 additions and 5 deletions

View File

@ -46,9 +46,4 @@
}
}
- (void)reactSetInheritedBackgroundColor:(UIColor *)inheritedBackgroundColor
{
self.backgroundColor = inheritedBackgroundColor;
}
@end