diff --git a/Source/ASDisplayNode.mm b/Source/ASDisplayNode.mm index a9a118f85..b64bed8e3 100644 --- a/Source/ASDisplayNode.mm +++ b/Source/ASDisplayNode.mm @@ -59,7 +59,6 @@ #define ENABLE_NEW_EXIT_HIERARCHY_BEHAVIOR 0 static ASDisplayNodeNonFatalErrorBlock _nonFatalErrorBlock = nil; -NSInteger const ASDefaultDrawingPriority = ASDefaultTransactionPriority; // Forward declare CALayerDelegate protocol as the iOS 10 SDK moves CALayerDelegate from an informal delegate to a protocol. // We have to forward declare the protocol as this place otherwise it will not compile compiling with an Base SDK < iOS 10 @@ -289,7 +288,7 @@ - (void)_initializeInstance _contentsScaleForDisplay = ASScreenScale(); - _drawingPriority = ASDefaultDrawingPriority; + _drawingPriority = ASDefaultTransactionPriority; _primitiveTraitCollection = ASPrimitiveTraitCollectionMakeDefault();