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

Unified Diff: ui/gl/gl_surface_egl.cc

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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_egl.cc
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
index f978b23883cb13269f518e592699dab07aed2082..6a92decdaf0a361e614eaeaf9a49ccfb279c59a7 100644
--- a/ui/gl/gl_surface_egl.cc
+++ b/ui/gl/gl_surface_egl.cc
@@ -34,7 +34,7 @@ extern "C" {
#endif
#if defined (USE_OZONE)
-#include "ui/gfx/ozone/surface_factory_ozone.h"
+#include "ui/ozone/factories/surface_factory_ozone.h"
#endif
#if !defined(EGL_FIXED_SIZE_ANGLE)
@@ -129,7 +129,7 @@ bool GLSurfaceEGL::InitializeOneOff() {
#if defined(USE_OZONE)
const EGLint* config_attribs =
- SurfaceFactoryOzone::GetInstance()->GetEGLSurfaceProperties(
+ ui::SurfaceFactoryOzone::GetInstance()->GetEGLSurfaceProperties(
kConfigAttribs);
#else
const EGLint* config_attribs = kConfigAttribs;

Powered by Google App Engine
This is Rietveld 408576698