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

Unified Diff: cc/output/vulkan_renderer.cc

Issue 2034583002: Initialize the Display's renderer when the Display is initialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@displaytest
Patch Set: displayinit: . Created 4 years, 4 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 | « cc/output/vulkan_renderer.h ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/vulkan_renderer.cc
diff --git a/cc/output/vulkan_renderer.cc b/cc/output/vulkan_renderer.cc
index 6fc9463781e70b1b4ccf92a87d295ede553cfde8..688491e62195c7a3dae0c4d20604cbceaf9866ad 100644
--- a/cc/output/vulkan_renderer.cc
+++ b/cc/output/vulkan_renderer.cc
@@ -6,18 +6,6 @@
namespace cc {
-std::unique_ptr<VulkanRenderer> VulkanRenderer::Create(
- RendererClient* client,
- const RendererSettings* settings,
- OutputSurface* output_surface,
- ResourceProvider* resource_provider,
- TextureMailboxDeleter* texture_mailbox_deleter,
- int highp_threshold_min) {
- return std::unique_ptr<VulkanRenderer>(
- new VulkanRenderer(client, settings, output_surface, resource_provider,
- texture_mailbox_deleter, highp_threshold_min));
-}
-
VulkanRenderer::~VulkanRenderer() {}
const RendererCapabilitiesImpl& VulkanRenderer::Capabilities() const {
« no previous file with comments | « cc/output/vulkan_renderer.h ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698