Chromium Code Reviews| Index: content/browser/android/content_view_core_impl.h |
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
| index eacf25fb8bb2beca53ab456b09cd5c1975b33a49..1ecc2cd69c1773df7e368a5fd5ce5c0d4e5862a3 100644 |
| --- a/content/browser/android/content_view_core_impl.h |
| +++ b/content/browser/android/content_view_core_impl.h |
| @@ -204,6 +204,10 @@ class ContentViewCoreImpl : public ContentViewCore, |
| jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj); |
| + void ExternalVideoSurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface); |
| + void ExternalVideoSurfaceDestroyed(JNIEnv* env, jobject obj, |
| + jobject jsurface); |
|
no sievers
2013/03/05 19:54:16
Consider removing the unused arg 'jsurface' here.
wonsik
2013/03/06 02:48:20
Done.
|
| + |
| // -------------------------------------------------------------------------- |
| // Public methods that call to Java via JNI |
| // -------------------------------------------------------------------------- |