Index: trunk/src/content/common/gpu/client/gl_helper.h |
=================================================================== |
--- trunk/src/content/common/gpu/client/gl_helper.h (revision 216906) |
+++ trunk/src/content/common/gpu/client/gl_helper.h (working copy) |
@@ -383,7 +383,7 @@ |
virtual void ReadbackYUV( |
const gpu::Mailbox& mailbox, |
uint32 sync_point, |
- const scoped_refptr<media::VideoFrame>& target, |
+ media::VideoFrame* target, |
const base::Callback<void(bool)>& callback) = 0; |
virtual GLHelper::ScalerInterface* scaler() = 0; |
}; |
Property changes on: trunk/src/content/common/gpu/client/gl_helper.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |