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

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

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 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
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index fe369ec2902f6f83b54c62429359411151b5bb95..220d92e9be3f21bda0b3c4a8872486adcc356895 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -20,11 +20,11 @@
#include "base/strings/string16.h"
#include "build/build_config.h"
#include "cc/resources/shared_bitmap_manager.h"
-#include "content/common/gpu/gpu_process_launch_causes.h"
#include "content/common/host_discardable_shared_memory_manager.h"
#include "content/common/host_shared_bitmap_manager.h"
#include "content/public/browser/browser_message_filter.h"
#include "gpu/config/gpu_info.h"
+#include "gpu/ipc/common/gpu_process_launch_causes.h"
#include "ipc/message_filter.h"
#include "media/audio/audio_parameters.h"
#include "media/base/channel_layout.h"
@@ -164,7 +164,7 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
#endif
// Message handlers called on the browser IO thread:
- void OnEstablishGpuChannel(CauseForGpuLaunch, IPC::Message* reply);
+ void OnEstablishGpuChannel(gpu::CauseForGpuLaunch, IPC::Message* reply);
void OnHasGpuProcess(IPC::Message* reply);
// Helper callbacks for the message handlers.
void EstablishChannelCallback(scoped_ptr<IPC::Message> reply,

Powered by Google App Engine
This is Rietveld 408576698