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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build Created 3 years, 10 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 | « content/test/fake_compositor_dependencies.h ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index dd3bc44c6cc4acfccf19ff57e5ba8b8ecd5e7e3c..cc9bb7c7e003de8533ce5aa216860abbc5abd470 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -24,10 +24,6 @@ bool FakeCompositorDependencies::IsGpuRasterizationForced() {
return false;
}
-bool FakeCompositorDependencies::IsGpuRasterizationEnabled() {
- return false;
-}
-
bool FakeCompositorDependencies::IsAsyncWorkerContextEnabled() {
return false;
}
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698