Skip to content

Commit c7b647a

Browse files
generatedunixname25815638124788833meta-codesync[bot]
authored andcommitted
xplat/graphics/igl/public/shell/mac
Reviewed By: corporateshark Differential Revision: D94725084 fbshipit-source-id: c54eab412b5acc138fedbfe65e3eb53b81a6adff
1 parent 01a4af7 commit c7b647a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell/mac/HeadlessView.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
#import <CoreVideo/CVDisplayLink.h>
2020

2121
@interface HeadlessView () {
22+
// NOLINTNEXTLINE(readability-identifier-naming)
2223
CVDisplayLinkRef _displayLink; // display link for managing rendering thread
24+
// NOLINTNEXTLINE(readability-identifier-naming)
2325
NSTrackingArea* _trackingArea; // needed for mouseMoved: events
2426
}
2527
@property (weak) ViewController* viewController;

0 commit comments

Comments
 (0)