Index: content/browser/compositor/browser_compositor_output_surface.cc |
diff --git a/content/browser/compositor/browser_compositor_output_surface.cc b/content/browser/compositor/browser_compositor_output_surface.cc |
index 81c79a429aee9caf579d04b2fd049aaa56d9bacb..b976cd895c69a94943ea6d97c16563e584dc1651 100644 |
--- a/content/browser/compositor/browser_compositor_output_surface.cc |
+++ b/content/browser/compositor/browser_compositor_output_surface.cc |
@@ -75,4 +75,8 @@ bool BrowserCompositorOutputSurface::HasExternalStencilTest() const { |
void BrowserCompositorOutputSurface::ApplyExternalStencil() {} |
+GpuVSyncControl* BrowserCompositorOutputSurface::GetVSyncControl() { |
+ return nullptr; |
+} |
+ |
} // namespace content |