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

Unified Diff: ui/ozone/platform/cast/ozone_platform_cast.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: separate VGEM part to another CL Created 5 years, 5 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/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();
reveman 2015/07/22 16:59:55 why not in native_pixmap_manager_cast.h?
dshwang 2015/07/23 14:02:28 Done.
+
} // namespace ui
#endif // UI_OZONE_PLATFORM_CAST_OZONE_PLATFORM_CAST_H

Powered by Google App Engine
This is Rietveld 408576698