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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp

Issue 2797943002: Set plugin focus via element dispatch (Closed)
Patch Set: Set plugin focus after dispatching DOM events and making sure focus has not changed. Created 3 years, 8 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 | « third_party/WebKit/Source/platform/FrameViewBase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
index 96078072b6e9e5eda0c56bfcba760d2b5c0f289f..f485739ed559cc09a09c36396196833a8d68ed83 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
@@ -186,7 +186,6 @@ void WebPluginContainerImpl::invalidateRect(const IntRect& rect) {
}
void WebPluginContainerImpl::setFocused(bool focused, WebFocusType focusType) {
- FrameViewBase::setFocused(focused, focusType);
m_webPlugin->updateFocus(focused, focusType);
}
« no previous file with comments | « third_party/WebKit/Source/platform/FrameViewBase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698