| Index: remoting/client/plugin/pepper_view.cc
|
| diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc
|
| index c412316dde56b138b168c04fc9773f83c2beb188..2f4af867d2b083c1ebf322d6accdd839c41d02ad 100644
|
| --- a/remoting/client/plugin/pepper_view.cc
|
| +++ b/remoting/client/plugin/pepper_view.cc
|
| @@ -212,6 +212,10 @@ void PepperView::SetSourceSize(const SkISize& source_size,
|
| instance_->SetDesktopSize(source_size, source_dpi);
|
| }
|
|
|
| +FrameConsumer::PixelFormat PepperView::GetPixelFormat() {
|
| + return FORMAT_BGRA;
|
| +}
|
| +
|
| webrtc::DesktopFrame* PepperView::AllocateBuffer() {
|
| if (buffers_.size() >= kMaxPendingBuffersCount)
|
| return NULL;
|
|
|