Index: blimp/client/core/compositor/blimp_context_provider.h |
diff --git a/blimp/client/feature/compositor/blimp_context_provider.h b/blimp/client/core/compositor/blimp_context_provider.h |
similarity index 86% |
rename from blimp/client/feature/compositor/blimp_context_provider.h |
rename to blimp/client/core/compositor/blimp_context_provider.h |
index 8424fc75446a5c138e056fce270e344171565d15..e97b654c92e17988f26ca91f0000925207797520 100644 |
--- a/blimp/client/feature/compositor/blimp_context_provider.h |
+++ b/blimp/client/core/compositor/blimp_context_provider.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_CONTEXT_PROVIDER_H_ |
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_ |
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_ |
+#define BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_ |
#include <stdint.h> |
@@ -48,9 +48,8 @@ class BlimpContextProvider : public cc::ContextProvider { |
uint32_t GetCopyTextureInternalFormat(); |
protected: |
- BlimpContextProvider( |
- gfx::AcceleratedWidget widget, |
- gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager); |
+ BlimpContextProvider(gfx::AcceleratedWidget widget, |
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager); |
~BlimpContextProvider() override; |
private: |
@@ -70,4 +69,4 @@ class BlimpContextProvider : public cc::ContextProvider { |
} // namespace client |
} // namespace blimp |
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_ |
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_ |