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

Unified Diff: chrome/browser/renderer_host/render_message_filter.h

Issue 6343006: Route IPC through browser when creating a viewable command buffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit. Created 9 years, 11 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 | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_message_filter.h
diff --git a/chrome/browser/renderer_host/render_message_filter.h b/chrome/browser/renderer_host/render_message_filter.h
index dee75a04a2d2fd982e4a24b9279609ff3a3b1830..a16c2aaacdf61fad41c469190ec6ccc6d6546f9d 100644
--- a/chrome/browser/renderer_host/render_message_filter.h
+++ b/chrome/browser/renderer_host/render_message_filter.h
@@ -31,6 +31,7 @@
class ChromeURLRequestContext;
struct FontDescriptor;
+struct GPUCreateCommandBufferConfig;
class HostContentSettingsMap;
class HostZoomMap;
class NotificationsPrefsCache;
@@ -332,7 +333,10 @@ class RenderMessageFilter : public BrowserMessageFilter,
IPC::Message* reply_msg);
void OnEstablishGpuChannel();
void OnSynchronizeGpu(IPC::Message* reply);
-
+ void OnCreateViewCommandBuffer(
+ int32 render_view_id,
+ const GPUCreateCommandBufferConfig& init_params,
+ IPC::Message* reply);
void OnAsyncOpenFile(const IPC::Message& msg,
const FilePath& path,
int flags,
« no previous file with comments | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698