| Index: chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| index e68cd960f9ee65f1648b165022f45d364669f195..d546d2a0e4433bc0a2ad9510f031886aefd7fa78 100644
|
| --- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| +++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| @@ -208,7 +208,7 @@ class TestPatternReceiver : public media::cast::InProcessReceiver {
|
| // letterboxed content region of mostly a solid color plus a small piece of
|
| // "something" that's animating to keep the tab capture pipeline generating
|
| // new frames.
|
| - const gfx::Rect region = FindLetterboxedContentRegion(video_frame);
|
| + const gfx::Rect region = FindLetterboxedContentRegion(video_frame.get());
|
| YUVColor current_color;
|
| current_color.y = ComputeMedianIntensityInRegionInPlane(
|
| region,
|
|
|