| Index: ui/ozone/platform/dri/ozone_platform_gbm.h
|
| diff --git a/ui/ozone/platform/caca/ozone_platform_caca.h b/ui/ozone/platform/dri/ozone_platform_gbm.h
|
| similarity index 57%
|
| copy from ui/ozone/platform/caca/ozone_platform_caca.h
|
| copy to ui/ozone/platform/dri/ozone_platform_gbm.h
|
| index bf1f73520882334ad401617e4cda8956e4cf9f2f..47f5ca7d05ba9b440e07adc009aabd5e16fc3223 100644
|
| --- a/ui/ozone/platform/caca/ozone_platform_caca.h
|
| +++ b/ui/ozone/platform/dri/ozone_platform_gbm.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
|
| -#define UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
|
| +#ifndef UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
|
| +#define UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
|
|
|
| namespace ui {
|
|
|
| class OzonePlatform;
|
|
|
| // Constructor hook for use in ozone_platform_list.cc
|
| -OzonePlatform* CreateOzonePlatformCaca();
|
| +OzonePlatform* CreateOzonePlatformGbm();
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
|
| +#endif // UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
|
|
|