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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 895763002: Add a command-line flag to enable threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 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
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index 1f090a0fc2aae512a250d8f264109bc90a5d3b0a..e33b7ef1ac9a7c468f2ad9f9ebeff5518083c3ed 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -26,6 +26,10 @@ bool FakeCompositorDependencies::IsGpuRasterizationEnabled() {
return false;
}
+bool FakeCompositorDependencies::IsThreadedGpuRasterizationEnabled() {
+ return false;
+}
+
int FakeCompositorDependencies::GetGpuRasterizationMSAASampleCount() {
return 0;
}
« cc/resources/gpu_rasterizer.cc ('K') | « content/test/fake_compositor_dependencies.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698