Index: ui/ozone/platform/test/native_pixmap_manager_test.h |
diff --git a/ui/ozone/platform/test/native_pixmap_manager_test.h b/ui/ozone/platform/test/native_pixmap_manager_test.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9d0851be5b090c5843ab9cbc97f9ee84a3359c48 |
--- /dev/null |
+++ b/ui/ozone/platform/test/native_pixmap_manager_test.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_TEST_NATIVE_PIXMAP_MANAGER_TEST_H_ |
+#define UI_OZONE_PLATFORM_TEST_NATIVE_PIXMAP_MANAGER_TEST_H_ |
+ |
+namespace ui { |
+ |
+class NativePixmapManager; |
+ |
+// Constructor hook for use in constructor_list.cc |
+NativePixmapManager* CreateNativePixmapManagerTest(); |
+ |
+} // namespace ui |
+ |
+#endif // UI_OZONE_PLATFORM_TEST_NATIVE_PIXMAP_MANAGER_TEST_H_ |