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

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: 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..c12a399aa69c9389745a4624ea20680c1140a74f 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -54,6 +54,10 @@ bool FakeCompositorDependencies::UseSingleThreadScheduler() {
return use_single_thread_scheduler_;
}
+bool FakeCompositorDependencies::IsThreadedGpuRasterizationEnabled() {
+ return false;
+}
+
uint32 FakeCompositorDependencies::GetImageTextureTarget() {
return GL_TEXTURE_2D;
}
« content/renderer/render_thread_impl.h ('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