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() {} |
}; |