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

Unified Diff: content/renderer/render_thread_impl.h

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/renderer/gpu/render_widget_compositor.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 1506ecf06f0346a10c7415cde00d725604a34303..5a4d0fb27b1358d44648d56ce9b469a30b079bbc 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -218,7 +218,6 @@ class CONTENT_EXPORT RenderThreadImpl
// CompositorDependencies implementation.
bool IsGpuRasterizationForced() override;
- bool IsGpuRasterizationEnabled() override;
bool IsAsyncWorkerContextEnabled() override;
int GetGpuRasterizationMSAASampleCount() override;
bool IsLcdTextEnabled() override;
@@ -708,7 +707,6 @@ class CONTENT_EXPORT RenderThreadImpl
main_thread_compositor_task_runner_;
// Compositor settings.
- bool is_gpu_rasterization_enabled_;
bool is_gpu_rasterization_forced_;
bool is_async_worker_context_enabled_;
int gpu_rasterization_msaa_sample_count_;
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698