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

Unified Diff: Source/core/svg/SVGAElement.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/core/page/SpatialNavigation.cpp ('k') | Source/core/svg/SVGAElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAElement.h
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h
index 84e712d6e4fd5b53e9ad6791c6107facf7c75e28..547398b03d4b277c074c2987deef6b013c23861f 100644
--- a/Source/core/svg/SVGAElement.h
+++ b/Source/core/svg/SVGAElement.h
@@ -54,7 +54,7 @@ private:
virtual bool supportsFocus() const override;
virtual bool shouldHaveFocusAppearance() const override final;
- virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) override;
+ virtual void dispatchFocusEvent(Element* oldFocusedElement, WebFocusType) override;
virtual bool isMouseFocusable() const override;
virtual bool isKeyboardFocusable() const override;
virtual bool isURLAttribute(const Attribute&) const override;
« no previous file with comments | « Source/core/page/SpatialNavigation.cpp ('k') | Source/core/svg/SVGAElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698