Index: ui/ozone/platform/caca/client_pixmap_manager_caca.h |
diff --git a/ui/ozone/platform/caca/client_pixmap_manager_caca.h b/ui/ozone/platform/caca/client_pixmap_manager_caca.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..94154b0ff7957fea0ad0db411fe0148b17a99056 |
--- /dev/null |
+++ b/ui/ozone/platform/caca/client_pixmap_manager_caca.h |
@@ -0,0 +1,17 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// 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_CLIENT_PIXMAP_MANAGER_CACA_H_ |
+#define UI_OZONE_PLATFORM_CACA_CLIENT_PIXMAP_MANAGER_CACA_H_ |
+ |
+namespace ui { |
+ |
+class ClientPixmapManager; |
+ |
+// Constructor hook for use in constructor_list.cc |
+ClientPixmapManager* CreateClientPixmapManagerCaca(); |
+ |
+} // namespace ui |
+ |
+#endif // UI_OZONE_PLATFORM_CACA_CLIENT_PIXMAP_MANAGER_CACA_H_ |