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

Unified Diff: blimp/client/support/compositor/blimp_context_provider.h

Issue 2274323002: Expose Blimp dependencies to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal_baseline_1
Patch Set: Fix linux build break 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
« no previous file with comments | « blimp/client/support/compositor/BUILD.gn ('k') | blimp/client/support/compositor/blimp_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/compositor/blimp_context_provider.h
diff --git a/blimp/client/feature/compositor/blimp_context_provider.h b/blimp/client/support/compositor/blimp_context_provider.h
similarity index 85%
rename from blimp/client/feature/compositor/blimp_context_provider.h
rename to blimp/client/support/compositor/blimp_context_provider.h
index 7d8011712d7c89ce4c0d7d739f8e853754ce48a4..034caf23623e5749281ed3f41adde2060498eb99 100644
--- a/blimp/client/feature/compositor/blimp_context_provider.h
+++ b/blimp/client/support/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_SUPPORT_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_
+#define BLIMP_CLIENT_SUPPORT_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_
#include <stdint.h>
@@ -43,10 +43,6 @@ class BlimpContextProvider : public cc::ContextProvider {
void SetLostContextCallback(
const LostContextCallback& lost_context_callback) override;
- // Gives the GL internal format that should be used for calling CopyTexImage2D
- // on the default framebuffer.
- uint32_t GetCopyTextureInternalFormat();
-
protected:
BlimpContextProvider(gfx::AcceleratedWidget widget,
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager);
@@ -69,4 +65,4 @@ class BlimpContextProvider : public cc::ContextProvider {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_
+#endif // BLIMP_CLIENT_SUPPORT_COMPOSITOR_BLIMP_CONTEXT_PROVIDER_H_
« no previous file with comments | « blimp/client/support/compositor/BUILD.gn ('k') | blimp/client/support/compositor/blimp_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698