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

Unified Diff: blimp/client/feature/compositor/blimp_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: 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: blimp/client/feature/compositor/blimp_context_provider.h
diff --git a/blimp/client/feature/compositor/blimp_context_provider.h b/blimp/client/feature/compositor/blimp_context_provider.h
index dbcafcd62c4763397af3a9d0ca9fafcd1a493834..ffdb5d7de5d506c1b9f128105247897b449ab83e 100644
--- a/blimp/client/feature/compositor/blimp_context_provider.h
+++ b/blimp/client/feature/compositor/blimp_context_provider.h
@@ -43,6 +43,8 @@ class BlimpContextProvider : public cc::ContextProvider {
void SetLostContextCallback(
const LostContextCallback& lost_context_callback) override;
+ uint32_t GetCopyTextureInternalFormat();
+
protected:
BlimpContextProvider(
gfx::AcceleratedWidget widget,

Powered by Google App Engine
This is Rietveld 408576698