Chromium Code Reviews| 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(); |
|
Wez
2016/06/22 21:02:21
nit: Please add a comment e.g. "Returns the GL tex
danakj
2016/06/22 21:06:50
Done, here and on the other context providers too.
Wez
2016/06/22 21:08:14
Acknowledged.
|
| + |
| protected: |
| BlimpContextProvider( |
| gfx::AcceleratedWidget widget, |