Chromium Code Reviews| Index: ui/ozone/platform/drm/ozone_platform_drm.h |
| diff --git a/ui/ozone/platform/drm/ozone_platform_drm.h b/ui/ozone/platform/drm/ozone_platform_drm.h |
| index 5837870d15bc6d88842d051faa6de9d58b9460f1..c0782a1355827333fb2cc0b40c3318dc2b13bb05 100644 |
| --- a/ui/ozone/platform/drm/ozone_platform_drm.h |
| +++ b/ui/ozone/platform/drm/ozone_platform_drm.h |
| @@ -7,13 +7,19 @@ |
| namespace ui { |
| +class NativePixmapManager; |
| class OzonePlatform; |
| -// Constructor hook for use in ozone_platform_list.cc |
| +// Constructor hook for use in constructor_list.cc |
| OzonePlatform* CreateOzonePlatformDri(); |
| OzonePlatform* CreateOzonePlatformDrm(); |
| +// Constructor hook for use in constructor_list.cc |
| +NativePixmapManager* CreateNativePixmapManagerDri(); |
| + |
| +NativePixmapManager* CreateNativePixmapManagerDrm(); |
|
reveman
2015/07/22 16:59:55
why are these in this file rather than native_pixm
dshwang
2015/07/23 14:02:28
Done.
|
| + |
| } // namespace ui |
| #endif // UI_OZONE_PLATFORM_DRM_OZONE_PLATFORM_DRM_H_ |