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

Unified Diff: services/gles2/command_buffer_driver.h

Issue 940293003: Add a Display and ContextProvider concept to mojom, use to recreate (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « services/gles2/BUILD.gn ('k') | services/gles2/command_buffer_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/command_buffer_driver.h
diff --git a/services/gles2/command_buffer_driver.h b/services/gles2/command_buffer_driver.h
index 3c855a7ca7d81be6bb1dd348843e0193bf66bebc..6d1fd345063034232ab9321e6175c49cc233a8a8 100644
--- a/services/gles2/command_buffer_driver.h
+++ b/services/gles2/command_buffer_driver.h
@@ -48,7 +48,6 @@ class CommandBufferDriver {
gpu::SyncPointManager* sync_point_manager);
// Onscreen.
CommandBufferDriver(gfx::AcceleratedWidget widget,
- const gfx::Size& size,
gfx::GLShareGroup* share_group,
gpu::gles2::MailboxManager* mailbox_manager,
gpu::SyncPointManager* sync_point_manager);
@@ -82,7 +81,6 @@ class CommandBufferDriver {
mojo::CommandBufferSyncClientPtr sync_client_;
mojo::CommandBufferLostContextObserverPtr loss_observer_;
gfx::AcceleratedWidget widget_;
- gfx::Size size_;
scoped_ptr<gpu::CommandBufferService> command_buffer_;
scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
scoped_ptr<gpu::GpuScheduler> scheduler_;
« no previous file with comments | « services/gles2/BUILD.gn ('k') | services/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698