Index: ui/ozone/platform/cast/ozone_platform_cast.h |
diff --git a/ui/ozone/platform/cast/ozone_platform_cast.h b/ui/ozone/platform/cast/ozone_platform_cast.h |
index 7698c1acd6ae1792fb9ea33ea3a420529bbeadec..079f34e3d89e48685148198b13c86d3e2a005507 100644 |
--- a/ui/ozone/platform/cast/ozone_platform_cast.h |
+++ b/ui/ozone/platform/cast/ozone_platform_cast.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* CreateOzonePlatformCast(); |
+// Constructor hook for use in constructor_list.cc |
+NativePixmapManager* CreateNativePixmapManagerCast(); |
+ |
} // namespace ui |
#endif // UI_OZONE_PLATFORM_CAST_OZONE_PLATFORM_CAST_H |