| Index: content/common/gpu/null_transport_surface.cc
|
| diff --git a/content/common/gpu/null_transport_surface.cc b/content/common/gpu/null_transport_surface.cc
|
| index d544d4d0266ec5784f11ca7e8a69227c1aa0feb7..ebcea853a675f95a1d5a736e5754eb21d334da86 100644
|
| --- a/content/common/gpu/null_transport_surface.cc
|
| +++ b/content/common/gpu/null_transport_surface.cc
|
| @@ -64,4 +64,10 @@ void NullTransportSurface::SendVSyncUpdateIfAvailable() {
|
| NOTREACHED();
|
| }
|
|
|
| +bool NullTransportSurface::OnMakeCurrent(gfx::GLContext* context) {
|
| + // Override PassThroughImageTransportSurface default behavior which
|
| + // sets the swap interval.
|
| + return true;
|
| +}
|
| +
|
| } // namespace content
|
|
|