Chromium Code Reviews| Index: ui/ozone/platform/test/ozone_platform_test.h |
| diff --git a/ui/ozone/platform/test/ozone_platform_test.h b/ui/ozone/platform/test/ozone_platform_test.h |
| index fb25fd69f557a01cbe209c3f38e3123adbf8e581..3c964a150f81fa33cefce4bfaad33639c3fa8781 100644 |
| --- a/ui/ozone/platform/test/ozone_platform_test.h |
| +++ b/ui/ozone/platform/test/ozone_platform_test.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* CreateOzonePlatformTest(); |
| +// Constructor hook for use in constructor_list.cc |
| +NativePixmapManager* CreateNativePixmapManagerTest(); |
|
reveman
2015/07/22 16:59:55
native_pixmap_manager_test.h?
dshwang
2015/07/23 14:02:28
Done.
|
| + |
| } // namespace ui |
| #endif // UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_TEST_H_ |