Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: ui/ozone/platform/test/ozone_platform_test.h

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce NativePixmapClient Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..82a1a1c8d892b4bb58198aa6383bc0d923f7e470 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 NativePixmapClient;
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
+NativePixmapClient* CreateNativePixmapClientTest();
+
} // namespace ui
#endif // UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698