Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.cc |
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
| index c0ad2d3eaacb7d6bf7807cc6c84a6aa6c9a4ede2..af8f201b872b60177929aa0d49d3f2142f72a003 100644 |
| --- a/remoting/client/plugin/chromoting_instance.cc |
| +++ b/remoting/client/plugin/chromoting_instance.cc |
| @@ -558,9 +558,9 @@ void ChromotingInstance::HandleConnect(const base::DictionaryValue& data) { |
| input_handler_.set_input_stub(normalizing_input_filter_.get()); |
| // Try initializing 3D video renderer. |
| - video_renderer_.reset(new PepperVideoRenderer3D()); |
| - if (!video_renderer_->Initialize(this, context_, this)) |
| - video_renderer_.reset(); |
| + // video_renderer_.reset(new PepperVideoRenderer3D()); |
| + // if (!video_renderer_->Initialize(this, context_, this)) |
| + // video_renderer_.reset(); |
|
Jamie
2015/08/19 20:52:10
Did you leave this commented out intentionally? If
Sergey Ulanov
2015/08/19 23:37:13
No. Commented it just to test the other changes in
|
| // If we didn't initialize 3D renderer then use the 2D renderer. |
| if (!video_renderer_) { |