| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index a5e25357162ed23c75c10f613567c16cf8d84e25..98c79247aec25c919a5593a67da809b1bf7f4684 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -731,6 +731,12 @@ class WebContents : public PageNavigator,
|
| virtual int GetCurrentlyPlayingVideoCount() = 0;
|
| virtual bool IsFullscreen() = 0;
|
|
|
| + // Tells the renderer to clear the focused element (if any).
|
| + virtual void ClearFocusedElement() = 0;
|
| +
|
| + // Returns true if the current focused element is editable.
|
| + virtual bool IsFocusedElementEditable() = 0;
|
| +
|
| #if defined(OS_ANDROID)
|
| CONTENT_EXPORT static WebContents* FromJavaWebContents(
|
| const base::android::JavaRef<jobject>& jweb_contents_android);
|
|
|