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

Unified Diff: android_webview/browser/parent_output_surface.cc

Issue 2349743004: cc: Remove things from OutputSurface and CompositorFrameSink. (Closed)
Patch Set: delete-stuff-cfs: comment-and-rebase Created 4 years, 3 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 | « no previous file | blimp/client/core/compositor/blimp_compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/parent_output_surface.cc
diff --git a/android_webview/browser/parent_output_surface.cc b/android_webview/browser/parent_output_surface.cc
index 293683cd3f5045881b549a98dab0f7a078ec6371..4fe64336cf155638c5e89310426b202388bb1d41 100644
--- a/android_webview/browser/parent_output_surface.cc
+++ b/android_webview/browser/parent_output_surface.cc
@@ -13,7 +13,7 @@ namespace android_webview {
ParentOutputSurface::ParentOutputSurface(
scoped_refptr<AwRenderThreadContextProvider> context_provider)
- : cc::OutputSurface(std::move(context_provider), nullptr, nullptr) {
+ : cc::OutputSurface(std::move(context_provider)) {
stencil_state_.stencil_test_enabled = false;
}
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698