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

Unified Diff: content/renderer/gpu/stream_texture_host_android.h

Issue 1746983002: Make Android StreamTexture implement GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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: 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 8d5da742fa81cfbe6464e843900d6abd6772cb2f..7eac95e43955b0c79ba9a0b62e727f9825047567 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_;

Powered by Google App Engine
This is Rietveld 408576698