Bind Win32 app shell and move more legacy platform state
This commit is contained in:
@@ -50,6 +50,7 @@ struct RetainedLegacyAppleState final {
|
||||
[[nodiscard]] RetainedLegacyAppleState& active_legacy_apple_state();
|
||||
[[nodiscard]] pp::platform::apple::AppleDocumentPlatformServices&
|
||||
active_legacy_apple_document_platform_services();
|
||||
[[nodiscard]] pp::platform::PlatformStoragePaths prepare_legacy_apple_storage_paths();
|
||||
void set_legacy_apple_state(
|
||||
#ifdef __IOS__
|
||||
GameViewController* ios_view,
|
||||
@@ -61,6 +62,8 @@ void set_legacy_apple_state(
|
||||
);
|
||||
#endif
|
||||
|
||||
[[nodiscard]] pp::platform::WebPlatformServices& active_legacy_web_platform_services();
|
||||
|
||||
[[nodiscard]] const pp::platform::PlatformStoragePaths& active_legacy_storage_paths();
|
||||
void set_legacy_storage_paths(pp::platform::PlatformStoragePaths paths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user