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

Unified Diff: blimp/client/core/compositor/blimp_context_provider.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: fix gn files 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_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_

Powered by Google App Engine
This is Rietveld 408576698