Skip to content

Commit

Permalink
CKComponentViewContext -> RCComponentViewContext
Browse files Browse the repository at this point in the history
Summary: This lives in RenderCore, it should have an RC prefix.

Differential Revision: D51586116

fbshipit-source-id: 102c71f68d6505d34b5a4aac2bd97a49dcaf8408
  • Loading branch information
Richard Zito authored and facebook-github-bot committed Nov 28, 2023
1 parent ba6133e commit f24d7db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ - (void)setHighlighted:(BOOL)highlighted
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];
Expand Down

0 comments on commit f24d7db

Please sign in to comment.