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

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 852083002: Propagate focus type to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved Created 5 years, 11 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 | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index bb04ecc6f4b363424b70adec36b15597d0a30696..a875d76956c2b5d3aba9d4ea38f439ac7e1679fb 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -83,7 +83,7 @@ public:
virtual void setFrameRect(const IntRect&) override;
virtual void paint(GraphicsContext*, const IntRect&) override;
virtual void invalidateRect(const IntRect&) override;
- virtual void setFocus(bool) override;
+ virtual void setFocus(bool, WebFocusType) override;
virtual void show() override;
virtual void hide() override;
virtual void handleEvent(Event*) override;
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698