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

Unified Diff: ui/gl/gl_surface_android.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 1 month 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/gfx/android/java_bitmap.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_android.h
diff --git a/ui/gl/gl_surface_android.h b/ui/gl/gl_surface_android.h
index d372aa2c1542ab6982d248edcfb5d1c164b58598..009f42df3af4bf45cf974d27e9ebd755fe506fbd 100644
--- a/ui/gl/gl_surface_android.h
+++ b/ui/gl/gl_surface_android.h
@@ -6,6 +6,7 @@
#define UI_GL_GL_SURFACE_ANDROID_H_
#include "base/memory/ref_counted.h"
+#include "ui/base/ui_export.h"
#include "ui/gl/gl_surface_egl.h"
namespace gfx {
@@ -15,7 +16,7 @@ namespace gfx {
// it is initialized, it always uses a pbuffer EGL surface until the native view
// is set. The native view is in charge of sharing the GL texture with UI thread
// in the browser process through SurfaceTexture.
-class AndroidViewSurface : public NativeViewGLSurfaceEGL {
+class GL_EXPORT AndroidViewSurface : public NativeViewGLSurfaceEGL {
public:
AndroidViewSurface();
« no previous file with comments | « ui/gfx/android/java_bitmap.h ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698