| 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 77f4973b5a9a5bd11ecc4dd2c0a6e32fbec65407..8a54b27e7900a007d22bc6fba9f87185c508396a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -202,8 +202,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ExitFullscreen(JNIEnv* env, jobject obj);
|
| void UpdateTopControlsState(JNIEnv* env,
|
| jobject obj,
|
| - bool enable_hiding,
|
| - bool enable_showing,
|
| + jint constraints,
|
| + jint current,
|
| bool animate);
|
| void ShowImeIfNeeded(JNIEnv* env, jobject obj);
|
|
|
|
|