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

Unified Diff: content/browser/renderer_host/gpu_message_filter.h

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 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: content/browser/renderer_host/gpu_message_filter.h
===================================================================
--- content/browser/renderer_host/gpu_message_filter.h (revision 201645)
+++ content/browser/renderer_host/gpu_message_filter.h (working copy)
@@ -18,10 +18,13 @@
class GpuProcessHost;
struct GPUCreateCommandBufferConfig;
+namespace gpu {
+struct GPUInfo;
+}
+
namespace content {
class RenderWidgetHelper;
class RenderWidgetHostViewFrameSubscriber;
-struct GPUInfo;
// A message filter for messages from the renderer to the GpuProcessHost(UIShim)
// in the browser. Such messages are typically destined for the GPU process,
@@ -64,7 +67,7 @@
// Helper callbacks for the message handlers.
void EstablishChannelCallback(IPC::Message* reply,
const IPC::ChannelHandle& channel,
- const GPUInfo& gpu_info);
+ const gpu::GPUInfo& gpu_info);
void CreateCommandBufferCallback(IPC::Message* reply, int32 route_id);
void BeginAllFrameSubscriptions();
« no previous file with comments | « content/browser/gpu/software_rendering_list_json.cc ('k') | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698