Index: cc/layers/video_frame_provider.h |
diff --git a/cc/layers/video_frame_provider.h b/cc/layers/video_frame_provider.h |
index e7619a3fb7a84cf48c2ece8be0bbe97d0d6983ef..f747a88315d393499b6039ab5ccaff5905cc2103 100644 |
--- a/cc/layers/video_frame_provider.h |
+++ b/cc/layers/video_frame_provider.h |
@@ -47,6 +47,9 @@ |
// 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() {} |
}; |