| Index: components/mus/public/cpp/lib/output_surface.cc
|
| diff --git a/components/mus/public/cpp/lib/output_surface.cc b/components/mus/public/cpp/lib/output_surface.cc
|
| index 66d4fb8a1a89eb96f3496734ce3e69036b91d704..83f7f7abeb8f2df67de2a3dc45c570f3b12e0d60 100644
|
| --- a/components/mus/public/cpp/lib/output_surface.cc
|
| +++ b/components/mus/public/cpp/lib/output_surface.cc
|
| @@ -18,7 +18,6 @@ OutputSurface::OutputSurface(
|
| scoped_ptr<mus::WindowSurface> surface)
|
| : cc::OutputSurface(context_provider), surface_(surface.Pass()) {
|
| capabilities_.delegated_rendering = true;
|
| - capabilities_.max_frames_pending = 1;
|
| }
|
|
|
| OutputSurface::~OutputSurface() {}
|
|
|