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

Unified Diff: cc/layers/video_frame_provider.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: cc/layers/video_frame_provider.h
diff --git a/cc/layers/video_frame_provider.h b/cc/layers/video_frame_provider.h
index f747a88315d393499b6039ab5ccaff5905cc2103..e7619a3fb7a84cf48c2ece8be0bbe97d0d6983ef 100644
--- a/cc/layers/video_frame_provider.h
+++ b/cc/layers/video_frame_provider.h
@@ -47,9 +47,6 @@ class CC_EXPORT VideoFrameProvider {
// BeginFrameObserver based approach. http://crbug.com/336733
virtual void DidReceiveFrame() = 0;
- // Notifies the client of a new UV transform matrix to be used.
- virtual void DidUpdateMatrix(const float* matrix) = 0;
-
protected:
virtual ~Client() {}
};
« no previous file with comments | « no previous file | cc/layers/video_frame_provider_client_impl.h » ('j') | content/common/gpu/stream_texture_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698