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

Unified Diff: ui/compositor/test/in_process_context_provider.h

Issue 2089753003: cc: Use the correct internal format for glCopyTexImage2D calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copytextureformat: bufferqueue Created 4 years, 6 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: ui/compositor/test/in_process_context_provider.h
diff --git a/ui/compositor/test/in_process_context_provider.h b/ui/compositor/test/in_process_context_provider.h
index 7e20ed1100e732f179bf1358ba7f6b5876c8bbd8..8ca482841814f393fa0e26c7956617eeb3e9b10d 100644
--- a/ui/compositor/test/in_process_context_provider.h
+++ b/ui/compositor/test/in_process_context_provider.h
@@ -45,7 +45,7 @@ class InProcessContextProvider : public cc::ContextProvider {
gpu::ImageFactory* image_factory,
InProcessContextProvider* shared_context);
- // cc::ContextProvider:
+ // cc::ContextProvider implementation.
bool BindToCurrentThread() override;
void DetachFromThread() override;
gpu::Capabilities ContextCapabilities() override;
@@ -58,6 +58,8 @@ class InProcessContextProvider : public cc::ContextProvider {
void SetLostContextCallback(
const LostContextCallback& lost_context_callback) override;
+ uint32_t GetCopyTextureInternalFormat();
+
private:
InProcessContextProvider(
const gpu::gles2::ContextCreationAttribHelper& attribs,

Powered by Google App Engine
This is Rietveld 408576698