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

Unified Diff: gpu/command_buffer/client/gpu_control.h

Issue 235563002: gpu: Separate GpuControlService from GpuControl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove MailboxManager Created 6 years, 8 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: gpu/command_buffer/client/gpu_control.h
diff --git a/gpu/command_buffer/common/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
similarity index 93%
rename from gpu/command_buffer/common/gpu_control.h
rename to gpu/command_buffer/client/gpu_control.h
index e15d5e6b11938b4ae176dbd89b34029f47271da0..d7da685131cfe2269a497d9b28e43d3235b62373 100644
--- a/gpu/command_buffer/common/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.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_COMMON_GPU_CONTROL_H_
-#define GPU_COMMAND_BUFFER_COMMON_GPU_CONTROL_H_
+#ifndef GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_
+#define GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_
#include <vector>
@@ -68,4 +68,4 @@ class GPU_EXPORT GpuControl {
} // namespace gpu
-#endif // GPU_COMMAND_BUFFER_COMMON_GPU_CONTROL_H_
+#endif // GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_

Powered by Google App Engine
This is Rietveld 408576698