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:
Richard Zito
2023-11-28 04:46:33 -08:00
committed by Facebook GitHub Bot
parent ba6133e38a
commit f24d7dbf6a

View File

@@ -200,7 +200,7 @@ static std::vector<SKAttributeGenerator>& attributeGenerators() {
forNode:(SKComponentLayoutWrapper*)node { forNode:(SKComponentLayoutWrapper*)node {
SKHighlightOverlay* overlay = [SKHighlightOverlay sharedInstance]; SKHighlightOverlay* overlay = [SKHighlightOverlay sharedInstance];
if (highlighted) { if (highlighted) {
CKComponentViewContext viewContext = node.component.viewContext; RCComponentViewContext viewContext = node.component.viewContext;
[overlay mountInView:viewContext.view withFrame:viewContext.frame]; [overlay mountInView:viewContext.view withFrame:viewContext.frame];
} else { } else {
[overlay unmount]; [overlay unmount];