#import <Cocoa/Cocoa.h>
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.h"
#include <stdint.h>
Go to the source code of this file.
Classes | |
protocol | <FlutterViewReshapeListener> |
class | FlutterView |
Typedefs | |
typedef int64_t | FlutterViewId |
Variables | |
constexpr FlutterViewId | kFlutterImplicitViewId = 0ll |
typedef int64_t FlutterViewId |
Definition at line 12 of file FlutterView.h.
|
constexpr |
The view ID for APIs that don't support multi-view.
Some single-view APIs will eventually be replaced by their multi-view variant. During the deprecation period, the single-view APIs will coexist with and work with the multi-view APIs as if the other views don't exist. For backward compatibility, single-view APIs will always operate on the view with this ID. Also, the first view assigned to the engine will also have this ID.
Definition at line 23 of file FlutterView.h.
Referenced by flutter::FlutterCompositor::CreateBackingStore(), and flutter::testing::TEST().