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

Unified Diff: components/mus/surfaces/surfaces_context_provider.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/gpu_state.cc ('k') | components/mus/surfaces/surfaces_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/surfaces_context_provider.h
diff --git a/components/mus/surfaces/surfaces_context_provider.h b/components/mus/surfaces/surfaces_context_provider.h
index 5da9ef174c5c5c41bb80ec3cb453a8dfaa34eff3..2066cf6c9d3ac46ec58efeb4b8c80ebcfda14873 100644
--- a/components/mus/surfaces/surfaces_context_provider.h
+++ b/components/mus/surfaces/surfaces_context_provider.h
@@ -58,7 +58,7 @@ class SurfacesContextProvider : public cc::ContextProvider,
// SurfacesContextProvider API.
void SetSwapBuffersCompletionCallback(
- gfx::GLSurface::SwapCompletionCallback callback);
+ gl::GLSurface::SwapCompletionCallback callback);
protected:
friend class base::RefCountedThreadSafe<SurfacesContextProvider>;
@@ -82,7 +82,7 @@ class SurfacesContextProvider : public cc::ContextProvider,
gfx::AcceleratedWidget widget_;
CommandBufferLocal* command_buffer_local_;
- gfx::GLSurface::SwapCompletionCallback swap_buffers_completion_callback_;
+ gl::GLSurface::SwapCompletionCallback swap_buffers_completion_callback_;
DISALLOW_COPY_AND_ASSIGN(SurfacesContextProvider);
};
« no previous file with comments | « components/mus/gles2/gpu_state.cc ('k') | components/mus/surfaces/surfaces_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698