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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.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: without-the-broken-thing-for-testing-lol 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: content/common/gpu/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index d8f40feaac9a7f95a03958af36201dc5a051c6dd..d0d22c47f9542564b907d87c1622c5a1c04e1cc1 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -62,6 +62,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
command_buffer_metrics::ContextType type);
gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
+ uint32_t GetCopyTextureInternalFormat();
// cc::ContextProvider implementation.
bool BindToCurrentThread() override;

Powered by Google App Engine
This is Rietveld 408576698