Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
nit: reorder header
  • Loading branch information
knopp committed Feb 27, 2024
commit a4910bcf004fc9a7aad2e645e34b563a89f3f9ad
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h"

#import <AppKit/AppKit.h>

#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/testing/testing.h"

#import <AppKit/AppKit.h>

@interface TestDisplayLinkDelegate : NSObject <FlutterDisplayLinkDelegate> {
void (^_block)(CFTimeInterval timestamp, CFTimeInterval targetTimestamp);
}
Expand Down