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

Unified Diff: components/mus/gles2/command_buffer_driver.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
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 265704b31c35d42729fb66932ddd7313a8645f83..b5828a453fdf3f72b1ef59c107582e1772d8be1b 100644
--- a/components/mus/gles2/command_buffer_driver.h
+++ b/components/mus/gles2/command_buffer_driver.h
@@ -27,7 +27,7 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/swap_result.h"
-namespace gfx {
+namespace gl {
class GLContext;
class GLSurface;
}
@@ -149,8 +149,8 @@ class CommandBufferDriver : base::NonThreadSafe {
std::unique_ptr<gpu::CommandExecutor> executor_;
scoped_refptr<gpu::SyncPointOrderData> sync_point_order_data_;
std::unique_ptr<gpu::SyncPointClient> sync_point_client_;
- scoped_refptr<gfx::GLContext> context_;
- scoped_refptr<gfx::GLSurface> surface_;
+ scoped_refptr<gl::GLContext> context_;
+ scoped_refptr<gl::GLSurface> surface_;
scoped_refptr<GpuState> gpu_state_;
scoped_refptr<base::SingleThreadTaskRunner> context_lost_task_runner_;
« no previous file with comments | « components/display_compositor/yuv_readback_unittest.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698