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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 2854953006: Move disable_display_vsync out of RendererSettings (Closed)
Patch Set: Fix LayoutTestSupport Created 3 years, 8 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/browser/compositor/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index a07fae2de36b84136c6d9ff34191d162f4f7b6a4..9d5ab80f640c34d673bc3cf76c21f39ecded08ee 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -128,6 +128,7 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
scoped_refptr<ui::ContextProviderCommandBuffer>
shared_worker_context_provider_;
+ bool disable_display_vsync_ = false;
bool shared_vulkan_context_provider_initialized_ = false;
scoped_refptr<cc::VulkanInProcessContextProvider>
shared_vulkan_context_provider_;

Powered by Google App Engine
This is Rietveld 408576698