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

Unified Diff: chrome/renderer/render_thread.h

Issue 6673003: Move GPU messages to content. I've also switched the IPC structs to use the ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/renderer/gpu_video_service_host.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_thread.h
===================================================================
--- chrome/renderer/render_thread.h (revision 77652)
+++ chrome/renderer/render_thread.h (working copy)
@@ -16,7 +16,6 @@
#include "build/build_config.h"
#include "chrome/common/css_colors.h"
#include "chrome/common/extensions/extension_set.h"
-#include "chrome/common/gpu_info.h"
#include "chrome/renderer/visitedlink_slave.h"
#include "content/common/child_thread.h"
#include "ipc/ipc_channel_proxy.h"
@@ -45,6 +44,7 @@
struct ContentSettings;
struct RendererPreferences;
struct DOMStorageMsg_Event_Params;
+struct GPUInfo;
struct ViewMsg_ExtensionLoaded_Params;
struct ViewMsg_New_Params;
struct WebPreferences;
« no previous file with comments | « chrome/renderer/gpu_video_service_host.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698