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

Unified Diff: trunk/src/ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java
===================================================================
--- trunk/src/ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java (revision 225858)
+++ trunk/src/ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java (working copy)
@@ -10,7 +10,7 @@
import org.chromium.base.CalledByNative;
import org.chromium.base.JNINamespace;
-@JNINamespace("gfx")
+@JNINamespace("ui")
public class BitmapHelper {
@CalledByNative
public static Bitmap createBitmap(int width, int height) {
« no previous file with comments | « trunk/src/tools/set_default_handler/set_default_handler.gyp ('k') | trunk/src/ui/android/ui_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698