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

Unified Diff: blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from #7 Created 4 years, 4 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: blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
diff --git a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h b/blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
similarity index 86%
rename from blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h
rename to blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.h
index 4ffa4251626e62cf434d02802a42ba294b29140e..b5d1868649236b9f2c4055ff3947364954fff4c8 100644
--- a/blimp/client/feature/compositor/blimp_gpu_memory_buffer_manager.h
+++ b/blimp/client/core/compositor/blimp_gpu_memory_buffer_manager.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 BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
+#define BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
#include <memory>
@@ -43,4 +43,4 @@ class BlimpGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_GPU_MEMORY_BUFFER_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698