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

Unified Diff: ui/gl/gl_context_cgl.h

Issue 2014223002: Follow-up fixes to changing namespace 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 | « ui/gl/gl_context.cc ('k') | ui/gl/gl_context_cgl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_context_cgl.h
diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
index 726a083da8b29c4477d8ca4c0ab485d0d5eab5b0..156953f48733bed7c9bc412f3f9aa8f8129a9ea9 100644
--- a/ui/gl/gl_context_cgl.h
+++ b/ui/gl/gl_context_cgl.h
@@ -31,7 +31,7 @@ class GLContextCGL : public GLContextReal {
void OnSetSwapInterval(int interval) override;
void SetSafeToForceGpuSwitch() override;
bool ForceGpuSwitchIfNeeded() override;
- gl::YUVToRGBConverter* GetYUVToRGBConverter() override;
+ YUVToRGBConverter* GetYUVToRGBConverter() override;
protected:
~GLContextCGL() override;
@@ -42,7 +42,7 @@ class GLContextCGL : public GLContextReal {
void* context_;
GpuPreference gpu_preference_;
- std::unique_ptr<gl::YUVToRGBConverter> yuv_to_rgb_converter_;
+ std::unique_ptr<YUVToRGBConverter> yuv_to_rgb_converter_;
CGLPixelFormatObj discrete_pixelformat_;
« no previous file with comments | « ui/gl/gl_context.cc ('k') | ui/gl/gl_context_cgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698