Index: cc/output/output_surface.cc |
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc |
index 13e41d36f02203f0118615e48c0b53a3d6c5b794..85372ce3177d239e172432aa7b24ca4144549d23 100644 |
--- a/cc/output/output_surface.cc |
+++ b/cc/output/output_surface.cc |
@@ -191,6 +191,8 @@ bool OutputSurface::HasExternalStencilTest() const { |
return external_stencil_test_enabled_; |
} |
+void OutputSurface::ApplyExternalStencil() {} |
+ |
bool OutputSurface::BindToClient(OutputSurfaceClient* client) { |
DCHECK(client_thread_checker_.CalledOnValidThread()); |
DCHECK(client); |