| Index: remoting/client/plugin/pepper_view.cc
|
| diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc
|
| index 446201be9b2260808e2bbb0f3064d00056ef5186..ac95e7335c958590f06804ea94507d23b5bb45ca 100644
|
| --- a/remoting/client/plugin/pepper_view.cc
|
| +++ b/remoting/client/plugin/pepper_view.cc
|
| @@ -90,7 +90,7 @@ void PepperView::SetView(const pp::View& view) {
|
|
|
| // Ideally we would always let Graphics2D scale us, but the output quality
|
| // is lousy, so we don't.
|
| - pp::Graphics2DDev graphics2d_dev(graphics2d_);
|
| + pp::Graphics2D_Dev graphics2d_dev(graphics2d_);
|
| graphics2d_dev.SetScale(1.0f / view_scale_);
|
|
|
| bool result = instance_->BindGraphics(graphics2d_);
|
|
|