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

Unified Diff: ui/gl/android/surface_texture_listener.cc

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/gl/android/scoped_java_surface.cc ('k') | ui/platform_window/android/platform_ime_controller_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/android/surface_texture_listener.cc
diff --git a/ui/gl/android/surface_texture_listener.cc b/ui/gl/android/surface_texture_listener.cc
index 6cd4d60cb11059a27df253ba793ce3a697d9f71d..5b2c713aeaedf278d10900eb0d212a5856cebc21 100644
--- a/ui/gl/android/surface_texture_listener.cc
+++ b/ui/gl/android/surface_texture_listener.cc
@@ -9,6 +9,8 @@
#include "base/threading/thread_task_runner_handle.h"
#include "jni/SurfaceTextureListener_jni.h"
+using base::android::JavaParamRef;
+
namespace gl {
SurfaceTextureListener::SurfaceTextureListener(const base::Closure& callback,
« no previous file with comments | « ui/gl/android/scoped_java_surface.cc ('k') | ui/platform_window/android/platform_ime_controller_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698