| Index: ui/ozone/ozone_platform_list.h
|
| diff --git a/ui/ozone/ozone_platform_list.h b/ui/ozone/ozone_platform_list.h
|
| index 2689c259125cc5af453bd6ef4bf77b65b8585452..1a6e6e94d95aab230294475ec645ea8ac30c9df4 100644
|
| --- a/ui/ozone/ozone_platform_list.h
|
| +++ b/ui/ozone/ozone_platform_list.h
|
| @@ -13,7 +13,8 @@ typedef OzonePlatform* (*OzonePlatformConstructor)();
|
|
|
| struct OzonePlatformListEntry {
|
| const char* name;
|
| - OzonePlatformConstructor constructor;
|
| + OzonePlatformConstructor ConstructorForUI;
|
| + OzonePlatformConstructor ConstructorForGPU;
|
| };
|
|
|
| extern const OzonePlatformListEntry kOzonePlatforms[];
|
|
|