| Index: ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.cc b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| index 579aa683db89835a7dcc859423099677188bf8cf..07b639edb4e7630816a012184c2b980c85a6a434 100644
|
| --- a/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| +++ b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| @@ -269,10 +269,14 @@ class OzonePlatformEgltest : public OzonePlatform {
|
|
|
| } // namespace
|
|
|
| -OzonePlatform* CreateOzonePlatformEgltest() {
|
| +OzonePlatform* CreateOzonePlatformEgltestForUI() {
|
| OzonePlatformEgltest* platform = new OzonePlatformEgltest;
|
| platform->Initialize();
|
| return platform;
|
| }
|
|
|
| +OzonePlatform* CreateOzonePlatformEgltestForGPU() {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace ui
|
|
|