CKComponentViewContext -> RCComponentViewContext
Summary: This lives in RenderCore, it should have an RC prefix. Differential Revision: D51586116 fbshipit-source-id: 102c71f68d6505d34b5a4aac2bd97a49dcaf8408
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ba6133e38a
commit
f24d7dbf6a
@@ -200,7 +200,7 @@ static std::vector<SKAttributeGenerator>& attributeGenerators() {
|
||||
forNode:(SKComponentLayoutWrapper*)node {
|
||||
SKHighlightOverlay* overlay = [SKHighlightOverlay sharedInstance];
|
||||
if (highlighted) {
|
||||
CKComponentViewContext viewContext = node.component.viewContext;
|
||||
RCComponentViewContext viewContext = node.component.viewContext;
|
||||
[overlay mountInView:viewContext.view withFrame:viewContext.frame];
|
||||
} else {
|
||||
[overlay unmount];
|
||||
|
||||
Reference in New Issue
Block a user