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

Unified Diff: content/common/gpu/native_pixmap_manager_ozone_messages.h

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to lastest crrev.com/1128113011 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
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/native_pixmap_manager_ozone_messages.h
diff --git a/content/common/gpu/native_pixmap_manager_ozone_messages.h b/content/common/gpu/native_pixmap_manager_ozone_messages.h
new file mode 100644
index 0000000000000000000000000000000000000000..33b1ab5b280496d418daea640d26704d6bcf2d15
--- /dev/null
+++ b/content/common/gpu/native_pixmap_manager_ozone_messages.h
@@ -0,0 +1,18 @@
+// 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 CONTENT_COMMON_COMMON_GPU_NATIVE_PIXMAP_MANAGER_OZONE_MESSAGES_H_
+#define CONTENT_COMMON_COMMON_GPU_NATIVE_PIXMAP_MANAGER_OZONE_MESSAGES_H_
+
+#include "base/file_descriptor_posix.h"
+#include "ipc/ipc_message_macros.h"
+
+#define IPC_MESSAGE_START BrowserNativePixmapManagerMsgStart
+
+// Messages sent to BrowserNativePixmapManager.
+// Asks the browser to reply virtual device fd.
+IPC_SYNC_MESSAGE_CONTROL0_1(BrowserNativePixmapManagerMsg_SyncGetVirtualDevice,
+ base::FileDescriptor /* device_fd */)
+
+#endif // CONTENT_COMMON_COMMON_GPU_NATIVE_PIXMAP_MANAGER_OZONE_MESSAGES_H_
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698