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

Unified Diff: ui/gl/gl_surface.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_implementation.cc ('k') | ui/gl/gl_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.h
diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h
index 9755e79eff7038945fb3f4e97e266ec846115997..fb13627e72e721be44f32eebaa4504de97b146b6 100644
--- a/ui/gl/gl_surface.h
+++ b/ui/gl/gl_surface.h
@@ -171,13 +171,13 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
// |bounds_rect|.
virtual bool ScheduleOverlayPlane(int z_order,
gfx::OverlayTransform transform,
- gl::GLImage* image,
+ GLImage* image,
const gfx::Rect& bounds_rect,
const gfx::RectF& crop_rect);
// Schedule a CALayer to be shown at swap time.
// All arguments correspond to their CALayer properties.
- virtual bool ScheduleCALayer(gl::GLImage* contents_image,
+ virtual bool ScheduleCALayer(GLImage* contents_image,
const gfx::RectF& contents_rect,
float opacity,
unsigned background_color,
@@ -284,7 +284,7 @@ class GL_EXPORT GLSurfaceAdapter : public GLSurface {
gfx::VSyncProvider* GetVSyncProvider() override;
bool ScheduleOverlayPlane(int z_order,
gfx::OverlayTransform transform,
- gl::GLImage* image,
+ GLImage* image,
const gfx::Rect& bounds_rect,
const gfx::RectF& crop_rect) override;
bool IsSurfaceless() const override;
« no previous file with comments | « ui/gl/gl_implementation.cc ('k') | ui/gl/gl_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698