Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4396)

Unified Diff: cc/output/output_surface.cc

Issue 1564703005: Implement external stencil for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, fix pixel tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/output_surface.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/output/output_surface.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698