Chromium Code Reviews| Index: ui/ozone/platform/egltest/ozone_platform_egltest.h |
| diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.h b/ui/ozone/platform/egltest/ozone_platform_egltest.h |
| index fb49be50274e3b94ad2114f4bd608b9721baf902..0914da10a2e66ef576ac022df2b2d70a3b10ca12 100644 |
| --- a/ui/ozone/platform/egltest/ozone_platform_egltest.h |
| +++ b/ui/ozone/platform/egltest/ozone_platform_egltest.h |
| @@ -7,11 +7,15 @@ |
| namespace ui { |
| +class NativePixmapManager; |
| class OzonePlatform; |
| -// Constructor hook for use in ozone_platform_list.cc |
| +// Constructor hook for use in constructor_list.cc |
| OzonePlatform* CreateOzonePlatformEgltest(); |
| +// Constructor hook for use in constructor_list.cc |
| +NativePixmapManager* CreateNativePixmapManagerEgltest(); |
|
reveman
2015/07/22 16:59:55
why not add native_pixmap_manager_egltest.h for th
dshwang
2015/07/23 14:02:28
Done.
|
| + |
| } // namespace ui |
| #endif // UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_EGLTEST_H_ |