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

Unified Diff: cc/output/gl_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/gl_renderer.h ('k') | cc/output/renderer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.cc
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
index e3f13f24c1f5ddd29b122fd095db675a5466aeeb..8788356f676c7ecc9220d637af13e0c891b085d5 100644
--- a/cc/output/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -301,18 +301,6 @@ class GLRenderer::SyncQuery {
DISALLOW_COPY_AND_ASSIGN(SyncQuery);
};
-std::unique_ptr<GLRenderer> GLRenderer::Create(
- RendererClient* client,
- const RendererSettings* settings,
- OutputSurface* output_surface,
- ResourceProvider* resource_provider,
- TextureMailboxDeleter* texture_mailbox_deleter,
- int highp_threshold_min) {
- return base::WrapUnique(
- new GLRenderer(client, settings, output_surface, resource_provider,
- texture_mailbox_deleter, highp_threshold_min));
-}
-
GLRenderer::GLRenderer(RendererClient* client,
const RendererSettings* settings,
OutputSurface* output_surface,
« no previous file with comments | « cc/output/gl_renderer.h ('k') | cc/output/renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698