| 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 6e906960d07bd06784fafb0e399ea84d81046aea..5d3a4da3923663405cf74f77b0a121caf498131f 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -223,6 +223,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void OnBackgroundColorChanged(SkColor color);
|
|
|
| bool HasFocus();
|
| + bool IsFocusable();
|
| void OnGestureEventAck(const blink::WebGestureEvent& event,
|
| InputEventAckState ack_result);
|
| bool FilterInputEvent(const blink::WebInputEvent& event);
|
|
|