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

Unified Diff: gpu/ipc/gl_in_process_context.h

Issue 2493913002: Mus: Move InProcessCommandBuffer and GLInProcessContext to gpu/ipc (Closed)
Patch Set: Fixed casts on windows Created 4 years, 1 month 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/client/gpu_in_process_context_tests.cc ('k') | gpu/ipc/gl_in_process_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/gl_in_process_context.h
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/ipc/gl_in_process_context.h
similarity index 89%
rename from gpu/command_buffer/client/gl_in_process_context.h
rename to gpu/ipc/gl_in_process_context.h
index 73d7a3829c36c8e25dd9422ec533abd761d2737a..e03363f3acad48bfdf5a330b6a4ce4ab7d28d8a3 100644
--- a/gpu/command_buffer/client/gl_in_process_context.h
+++ b/gpu/ipc/gl_in_process_context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
-#define GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
+#ifndef GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
+#define GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
#include <stddef.h>
#include <stdint.h>
@@ -12,7 +12,7 @@
#include "base/compiler_specific.h"
#include "gl_in_process_context_export.h"
#include "gpu/command_buffer/common/gles2_cmd_utils.h"
-#include "gpu/command_buffer/service/in_process_command_buffer.h"
+#include "gpu/ipc/in_process_command_buffer.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gl/gl_surface.h"
#include "ui/gl/gpu_preference.h"
@@ -67,4 +67,4 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
} // namespace gpu
-#endif // GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
+#endif // GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
« no previous file with comments | « gpu/ipc/client/gpu_in_process_context_tests.cc ('k') | gpu/ipc/gl_in_process_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698