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

Unified Diff: components/mus/gles2/command_buffer_driver.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 years, 2 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 | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_driver.h
diff --git a/components/mus/gles2/command_buffer_driver.h b/components/mus/gles2/command_buffer_driver.h
index 460ab5af26174176f55c9ac483bae578f064cd82..47d25a5a028d8b718334c7e4d966bdfe1af47ee8 100644
--- a/components/mus/gles2/command_buffer_driver.h
+++ b/components/mus/gles2/command_buffer_driver.h
@@ -49,8 +49,8 @@ class CommandBufferDriver {
void set_client(scoped_ptr<Client> client) { client_ = client.Pass(); }
void Initialize(
- mojo::InterfacePtrInfo<mojo::CommandBufferSyncClient> sync_client,
- mojo::InterfacePtrInfo<mojo::CommandBufferLostContextObserver>
+ mojo::InterfacePtrInfo<mojom::CommandBufferSyncClient> sync_client,
+ mojo::InterfacePtrInfo<mojom::CommandBufferLostContextObserver>
loss_observer,
mojo::ScopedSharedBufferHandle shared_state,
mojo::Array<int32_t> attribs);
@@ -86,8 +86,8 @@ class CommandBufferDriver {
void DestroyDecoder();
scoped_ptr<Client> client_;
- mojo::CommandBufferSyncClientPtr sync_client_;
- mojo::CommandBufferLostContextObserverPtr loss_observer_;
+ mojom::CommandBufferSyncClientPtr sync_client_;
+ mojom::CommandBufferLostContextObserverPtr loss_observer_;
scoped_ptr<gpu::CommandBufferService> command_buffer_;
scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
scoped_ptr<gpu::GpuScheduler> scheduler_;
« no previous file with comments | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698