| Index: content/renderer/gpu/stream_texture_host_android.h
|
| diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h
|
| index 7eac95e43955b0c79ba9a0b62e727f9825047567..8d5da742fa81cfbe6464e843900d6abd6772cb2f 100644
|
| --- a/content/renderer/gpu/stream_texture_host_android.h
|
| +++ b/content/renderer/gpu/stream_texture_host_android.h
|
| @@ -34,6 +34,7 @@
|
| class Listener {
|
| public:
|
| virtual void OnFrameAvailable() = 0;
|
| + virtual void OnMatrixChanged(const float mtx[16]) = 0;
|
| virtual ~Listener() {}
|
| };
|
|
|
| @@ -46,6 +47,7 @@
|
| private:
|
| // Message handlers:
|
| void OnFrameAvailable();
|
| + void OnMatrixChanged(const GpuStreamTextureMsg_MatrixChanged_Params& param);
|
|
|
| int stream_id_;
|
| Listener* listener_;
|
|
|