Index: content/common/gpu/client/gl_helper.h |
diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h |
index edc274cd112ec4087d5043f336e92e60e552e845..b874f977037006d6e7c98c46c719fc68055bd210 100644 |
--- a/content/common/gpu/client/gl_helper.h |
+++ b/content/common/gpu/client/gl_helper.h |
@@ -383,7 +383,7 @@ public: |
virtual void ReadbackYUV( |
const gpu::Mailbox& mailbox, |
uint32 sync_point, |
- media::VideoFrame* target, |
+ const scoped_refptr<media::VideoFrame>& target, |
const base::Callback<void(bool)>& callback) = 0; |
virtual GLHelper::ScalerInterface* scaler() = 0; |
}; |