Skip to content

Commit 58fa132

Browse files
committed
Update NativeDOM.h
1 parent ae67b14 commit 58fa132

File tree

1 file changed

+0
-9
lines changed
  • vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/nativemodule/dom

1 file changed

+0
-9
lines changed

vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/nativemodule/dom/NativeDOM.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include <FBReactNativeSpec/FBReactNativeSpecJSI.h>
1818
#endif
1919

20-
#include <react/renderer/core/ShadowNodeFamily.h>
21-
2220
namespace facebook::react {
2321

2422
class NativeDOM : public NativeDOMCxxSpec<NativeDOM> {
@@ -97,13 +95,6 @@ class NativeDOM : public NativeDOMCxxSpec<NativeDOM> {
9795
/* left: */ double>
9896
getOffset(jsi::Runtime& rt, jsi::Value nativeElementReference);
9997

100-
#pragma mark - Special methods to handle the root node.
101-
102-
jsi::Value linkRootNode(
103-
jsi::Runtime& rt,
104-
SurfaceId surfaceId,
105-
jsi::Value instanceHandle);
106-
10798
#pragma mark - Legacy layout APIs (for ReactNativeElement).
10899

109100
void measure(

0 commit comments

Comments
 (0)