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

Unified Diff: ui/ozone/platform/cast/gl_surface_cast.cc

Issue 2723583003: Convert Ozone cast to use GLOzone API. (Closed)
Patch Set: . Created 3 years, 10 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/ozone/platform/cast/gl_surface_cast.h ('k') | ui/ozone/platform/cast/surface_factory_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/gl_surface_cast.cc
diff --git a/ui/ozone/platform/cast/gl_surface_cast.cc b/ui/ozone/platform/cast/gl_surface_cast.cc
index 180ac593ce9e579c311be5c18bf4c5bf2c6e4600..5f50ee8a690ac74cbccd3595897f8038940b5734 100644
--- a/ui/ozone/platform/cast/gl_surface_cast.cc
+++ b/ui/ozone/platform/cast/gl_surface_cast.cc
@@ -5,12 +5,12 @@
#include "ui/ozone/platform/cast/gl_surface_cast.h"
#include "ui/ozone/common/egl_util.h"
-#include "ui/ozone/platform/cast/surface_factory_cast.h"
+#include "ui/ozone/platform/cast/gl_ozone_egl_cast.h"
namespace ui {
GLSurfaceCast::GLSurfaceCast(gfx::AcceleratedWidget widget,
- SurfaceFactoryCast* parent)
+ GLOzoneEglCast* parent)
: NativeViewGLSurfaceEGL(parent->GetNativeWindow()),
widget_(widget),
parent_(parent),
« no previous file with comments | « ui/ozone/platform/cast/gl_surface_cast.h ('k') | ui/ozone/platform/cast/surface_factory_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698