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

Unified Diff: cc/test/fake_output_surface.cc

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan 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 | « cc/test/fake_output_surface.h ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_output_surface.cc
diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
index e6e7563ee78deb2d9688360aa95cc24dd6abed33..3a9be69ef0db7f5c0cc0b98173506fa0037d5ddf 100644
--- a/cc/test/fake_output_surface.cc
+++ b/cc/test/fake_output_surface.cc
@@ -30,7 +30,7 @@ FakeOutputSurface::FakeOutputSurface(
: OutputSurface(std::move(context_provider),
std::move(worker_context_provider),
std::move(software_device)) {
- capabilities_.delegated_rendering = delegated_rendering;
+ capabilities_.delegated_rendering = false;
}
FakeOutputSurface::~FakeOutputSurface() = default;
« no previous file with comments | « cc/test/fake_output_surface.h ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698