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

Unified Diff: ui/gfx/android/gfx_jni_registrar.h

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/compositor/compositor.gyp ('k') | ui/gfx/android/gfx_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/android/gfx_jni_registrar.h
diff --git a/ui/gl/android/gl_jni_registrar.h b/ui/gfx/android/gfx_jni_registrar.h
similarity index 51%
copy from ui/gl/android/gl_jni_registrar.h
copy to ui/gfx/android/gfx_jni_registrar.h
index 468557c3e79d888688fe9629b7b3fa6f45316036..3d4947c2ac152ee757b903bc8b78b2d508e2c3a8 100644
--- a/ui/gl/android/gl_jni_registrar.h
+++ b/ui/gfx/android/gfx_jni_registrar.h
@@ -2,22 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
-#define UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
+#ifndef UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
+#define UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
#include <jni.h>
-#include "ui/gl/gl_export.h"
+#include "ui/gfx/gfx_export.h"
-namespace ui {
-namespace gl {
+namespace gfx {
namespace android {
// Register all JNI bindings necessary for chrome.
-GL_EXPORT bool RegisterJni(JNIEnv* env);
+GFX_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace android
-} // namespace gl
-} // namespace ui
+} // namespace gfx
-#endif // UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
+#endif // UI_GFX_ANDROID_GFX_JNI_REGISTRAR_H_
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/gfx/android/gfx_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698