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

Unified Diff: ui/gl/gl_surface.cc

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_surface.h ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 541d80656d9c99d0912ca54959940f01efde0a1f..c84326699e61c83e48530cfa895ea5fe78f6d5ff 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -198,14 +198,14 @@ gfx::VSyncProvider* GLSurface::GetVSyncProvider() {
bool GLSurface::ScheduleOverlayPlane(int z_order,
gfx::OverlayTransform transform,
- gl::GLImage* image,
+ GLImage* image,
const gfx::Rect& bounds_rect,
const gfx::RectF& crop_rect) {
NOTIMPLEMENTED();
return false;
}
-bool GLSurface::ScheduleCALayer(gl::GLImage* contents_image,
+bool GLSurface::ScheduleCALayer(GLImage* contents_image,
const gfx::RectF& contents_rect,
float opacity,
unsigned background_color,
@@ -381,7 +381,7 @@ gfx::VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() {
bool GLSurfaceAdapter::ScheduleOverlayPlane(int z_order,
gfx::OverlayTransform transform,
- gl::GLImage* image,
+ GLImage* image,
const gfx::Rect& bounds_rect,
const gfx::RectF& crop_rect) {
return surface_->ScheduleOverlayPlane(
« no previous file with comments | « ui/gl/gl_surface.h ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698