Skip to content

Commit 066f6be

Browse files
generatedunixname25815638124788833meta-codesync[bot]
authored andcommitted
xplat/graphics/igl/public/shell/mac [A]
Reviewed By: corporateshark Differential Revision: D94621505 fbshipit-source-id: 12d7968134c3abbb5241ac037517f3ca8ad8a0c4
1 parent 51c7c26 commit 066f6be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell/mac/GLView.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
#import <Foundation/Foundation.h>
1616

1717
@interface GLView () {
18+
// NOLINTNEXTLINE(readability-identifier-naming)
1819
CVDisplayLinkRef _displayLink; // display link for managing rendering thread
1920
}
2021
@property (weak) ViewController* viewController;
2122
@end
2223

2324
@implementation GLView {
25+
// NOLINTNEXTLINE(readability-identifier-naming)
2426
NSTrackingArea* _trackingArea; // needed for mouseMoved: events
2527
}
2628

0 commit comments

Comments
 (0)