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

Unified Diff: gpu/command_buffer/tests/gl_unittests_android.cc

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (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 | « gpu/command_buffer/tests/gl_tests_main.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_unittests_android.cc
diff --git a/gpu/command_buffer/tests/gl_unittests_android.cc b/gpu/command_buffer/tests/gl_unittests_android.cc
index 9bdd503fd9d8599ffd331f2b36dcc692857dc8d3..2767f1625fdfbc9379c5b9a36671e8e303934933 100644
--- a/gpu/command_buffer/tests/gl_unittests_android.cc
+++ b/gpu/command_buffer/tests/gl_unittests_android.cc
@@ -17,6 +17,7 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gl/android/surface_texture.h"
#include "ui/gl/gl_surface.h"
+#include "ui/gl/init/gl_factory.h"
namespace gpu {
@@ -40,7 +41,7 @@ TEST_F(GLSurfaceTextureTest, SimpleTest) {
EXPECT_TRUE(window != NULL);
scoped_refptr<gfx::GLSurface> gl_surface =
- gfx::GLSurface::CreateViewGLSurface(window);
+ gl::init::CreateViewGLSurface(window);
EXPECT_TRUE(gl_surface.get() != NULL);
gl_.SetSurface(gl_surface.get());
« no previous file with comments | « gpu/command_buffer/tests/gl_tests_main.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698