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

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

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/gles2/gl_surface_adapter.cc ('k') | components/mus/gles2/gpu_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_state.h
diff --git a/components/mus/gles2/gpu_state.h b/components/mus/gles2/gpu_state.h
index 1ba9edcc8ddf5be04fd4bcf4b516c5c7339d81fa..f30d485bfc78d14fa283b04a7000d41f12c7ce2b 100644
--- a/components/mus/gles2/gpu_state.h
+++ b/components/mus/gles2/gpu_state.h
@@ -58,7 +58,7 @@ class GpuState : public base::RefCountedThreadSafe<GpuState> {
// These objects are intended to be used on the "driver" thread (i.e., the
// thread on which GpuImpl instances are created).
- gfx::GLShareGroup* share_group() const { return share_group_.get(); }
+ gl::GLShareGroup* share_group() const { return share_group_.get(); }
gpu::gles2::MailboxManager* mailbox_manager() const {
return mailbox_manager_.get();
}
@@ -96,7 +96,7 @@ class GpuState : public base::RefCountedThreadSafe<GpuState> {
scoped_refptr<CommandBufferTaskRunner> command_buffer_task_runner_;
std::unique_ptr<CommandBufferDriverManager> driver_manager_;
std::unique_ptr<gpu::SyncPointManager> sync_point_manager_;
- scoped_refptr<gfx::GLShareGroup> share_group_;
+ scoped_refptr<gl::GLShareGroup> share_group_;
scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
gpu::GPUInfo gpu_info_;
bool hardware_rendering_available_;
« no previous file with comments | « components/mus/gles2/gl_surface_adapter.cc ('k') | components/mus/gles2/gpu_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698