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

Unified Diff: android_webview/browser/shared_renderer_state.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 | « android_webview/browser/scoped_app_gl_state_restore.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/shared_renderer_state.cc
diff --git a/android_webview/browser/shared_renderer_state.cc b/android_webview/browser/shared_renderer_state.cc
index 56c55a13fb72e7fdc9716cbf5425bbdca0d732f2..018b84be6af60368e9ae4942b10ed2f4cb41f758 100644
--- a/android_webview/browser/shared_renderer_state.cc
+++ b/android_webview/browser/shared_renderer_state.cc
@@ -300,7 +300,7 @@ void SharedRendererState::DrawGL(AwDrawGLInfo* draw_info) {
return;
}
- hardware_renderer_->DrawGL(state_restore.stencil_enabled(), draw_info);
+ hardware_renderer_->DrawGL(draw_info, state_restore);
DeferredGpuCommandService::GetInstance()->PerformIdleWork(false);
}
« no previous file with comments | « android_webview/browser/scoped_app_gl_state_restore.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698