| 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 998cff548fef5ad5fa2c4892d49074294b33a3ac..209dc34ae0ea8e50ccdb1c49854c0bb60fd76c08 100644
|
| --- a/content/renderer/gpu/stream_texture_host_android.h
|
| +++ b/content/renderer/gpu/stream_texture_host_android.h
|
| @@ -34,7 +34,6 @@ class StreamTextureHost : public IPC::Listener {
|
| class Listener {
|
| public:
|
| virtual void OnFrameAvailable() = 0;
|
| - virtual void OnMatrixChanged(const float mtx[16]) = 0;
|
| virtual ~Listener() {}
|
| };
|
|
|
| @@ -47,7 +46,6 @@ class StreamTextureHost : public IPC::Listener {
|
| private:
|
| // Message handlers:
|
| void OnFrameAvailable();
|
| - void OnMatrixChanged(const GpuStreamTextureMsg_MatrixChanged_Params& param);
|
|
|
| int stream_id_;
|
| Listener* listener_;
|
|
|