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

Unified Diff: gpu/ipc/service/child_window_surface_win.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 | « gpu/ipc/common/gpu_surface_lookup.h ('k') | gpu/ipc/service/child_window_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/child_window_surface_win.h
diff --git a/gpu/ipc/service/child_window_surface_win.h b/gpu/ipc/service/child_window_surface_win.h
index 84857b6525072713e2c82e01ad5ed9646c0c2b9c..38f4a450cf4b6cef7b976e0d89dc23fb9996dedc 100644
--- a/gpu/ipc/service/child_window_surface_win.h
+++ b/gpu/ipc/service/child_window_surface_win.h
@@ -13,7 +13,7 @@ namespace gpu {
class GpuChannelManager;
-class ChildWindowSurfaceWin : public gfx::NativeViewGLSurfaceEGL {
+class ChildWindowSurfaceWin : public gl::NativeViewGLSurfaceEGL {
public:
ChildWindowSurfaceWin(GpuChannelManager* manager, HWND parent_window);
« no previous file with comments | « gpu/ipc/common/gpu_surface_lookup.h ('k') | gpu/ipc/service/child_window_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698