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

Unified Diff: ui/gl/gl_surface.cc

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone demo Created 5 years, 2 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
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 3c4538e66ee4b755297839187eec74686f232def..f7859f5955002f12df0cf1ce342426fe50f4a071 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -182,7 +182,7 @@ VSyncProvider* GLSurface::GetVSyncProvider() {
bool GLSurface::ScheduleOverlayPlane(int z_order,
OverlayTransform transform,
- GLImage* image,
+ gl::GLImage* image,
const Rect& bounds_rect,
const RectF& crop_rect) {
NOTIMPLEMENTED();
@@ -320,7 +320,7 @@ VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() {
bool GLSurfaceAdapter::ScheduleOverlayPlane(int z_order,
OverlayTransform transform,
- GLImage* image,
+ gl::GLImage* image,
const Rect& bounds_rect,
const RectF& crop_rect) {
return surface_->ScheduleOverlayPlane(

Powered by Google App Engine
This is Rietveld 408576698