| Index: ui/base/ozone/platform/dri/ozone_platform_dri.cc
|
| diff --git a/ui/base/ozone/platform/dri/ozone_platform_dri.cc b/ui/base/ozone/platform/dri/ozone_platform_dri.cc
|
| index 58c0398895b101a015d60b8d5b5ff611337ef8ca..1690b93f217618f1da521aa6eaab98f43602740b 100644
|
| --- a/ui/base/ozone/platform/dri/ozone_platform_dri.cc
|
| +++ b/ui/base/ozone/platform/dri/ozone_platform_dri.cc
|
| @@ -20,6 +20,6 @@ ui::EventFactoryOzone* OzonePlatformDri::GetEventFactoryOzone() {
|
| return &event_factory_ozone_;
|
| }
|
|
|
| -OzonePlatform* CreateDefaultOzonePlatform() { return new OzonePlatformDri; }
|
| +OzonePlatform* CreateOzonePlatformDri() { return new OzonePlatformDri; }
|
|
|
| } // namespace ui
|
|
|