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

Unified Diff: gpu/ipc/service/image_transport_surface.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: gpu/ipc/service/image_transport_surface.h
diff --git a/gpu/ipc/service/image_transport_surface.h b/gpu/ipc/service/image_transport_surface.h
index b810babb2ef5c47dfa5ab500188ec434d8cf3f3f..de5993248efb38c4d867b052366c318beda98b92 100644
--- a/gpu/ipc/service/image_transport_surface.h
+++ b/gpu/ipc/service/image_transport_surface.h
@@ -32,11 +32,11 @@ class ImageTransportSurface {
// Creates the appropriate native surface depending on the GL implementation.
// This will be implemented separately by each platform. On failure, a null
// scoped_refptr should be returned.
- static scoped_refptr<gfx::GLSurface> CreateNativeSurface(
+ static scoped_refptr<gl::GLSurface> CreateNativeSurface(
GpuChannelManager* manager,
GpuCommandBufferStub* stub,
SurfaceHandle surface_handle,
- gfx::GLSurface::Format format);
+ gl::GLSurface::Format format);
private:
DISALLOW_COPY_AND_ASSIGN(ImageTransportSurface);
« no previous file with comments | « gpu/ipc/service/gpu_memory_buffer_factory_surface_texture.cc ('k') | gpu/ipc/service/image_transport_surface_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698