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

Unified Diff: components/mus/surfaces/surfaces_context_provider.cc

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/surfaces/surfaces_context_provider.h ('k') | components/test/run_all_unittests.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.cc
diff --git a/components/mus/surfaces/surfaces_context_provider.cc b/components/mus/surfaces/surfaces_context_provider.cc
index 58e97844458e4420bae764ae1279de7f23163a50..e40be15beab6e6a609bfbcc83be98d30ef195f4b 100644
--- a/components/mus/surfaces/surfaces_context_provider.cc
+++ b/components/mus/surfaces/surfaces_context_provider.cc
@@ -123,7 +123,7 @@ void SurfacesContextProvider::GpuCompletedSwapBuffers(gfx::SwapResult result) {
}
void SurfacesContextProvider::SetSwapBuffersCompletionCallback(
- gfx::GLSurface::SwapCompletionCallback callback) {
+ gl::GLSurface::SwapCompletionCallback callback) {
swap_buffers_completion_callback_ = callback;
}
« no previous file with comments | « components/mus/surfaces/surfaces_context_provider.h ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698