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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.h

Issue 2755723002: Fixed an IME bug due to a race in TextInputStateChanged
Patch Set: Using BrowserPlugingEmbedder for determinning focused guests Created 3 years, 9 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 | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 5e4026c978adb5dfd3ebd01b632033b8e60f8776..66b6fe18f9e39708725067cbffdee5d94f9876b8 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -90,6 +90,11 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
// were audible recently.
bool WereAnyGuestsRecentlyAudible();
+ // TODO(ekaramad): This is solely used for BrowserPlugin. Remove when issue
+ // https://crbug.com/533069 is fixed.
+ // Returns true if there are any focused guests inside the embedder.
+ bool AreAnyGuestsFocused();
+
private:
explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698