| 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..8424fc75446a5c138e056fce270e344171565d15 100644
|
| --- a/blimp/client/feature/compositor/blimp_context_provider.h
|
| +++ b/blimp/client/feature/compositor/blimp_context_provider.h
|
| @@ -43,6 +43,10 @@ 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,
|
|
|