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

Unified Diff: gpu/ipc/common/gpu_message_generator.h

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… 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
« no previous file with comments | « gpu/ipc/common/DEPS ('k') | gpu/ipc/common/gpu_message_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_message_generator.h
diff --git a/content/gpu/content_gpu_message_generator.h b/gpu/ipc/common/gpu_message_generator.h
similarity index 74%
copy from content/gpu/content_gpu_message_generator.h
copy to gpu/ipc/common/gpu_message_generator.h
index 55af4ced09ddbdd0ce89df038141b35e9d140aca..91c23e068133abe9ac6dffb4f6c58667f3307088 100644
--- a/content/gpu/content_gpu_message_generator.h
+++ b/gpu/ipc/common/gpu_message_generator.h
@@ -4,4 +4,5 @@
// Multiply-included file, hence no include guard.
-#include "content/gpu/gpu_host_messages.h"
+#include "build/build_config.h"
+#include "gpu/ipc/common/gpu_messages.h"
« no previous file with comments | « gpu/ipc/common/DEPS ('k') | gpu/ipc/common/gpu_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698