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

Unified Diff: Source/core/svg/SVGElement.cpp

Issue 810493003: Introduce "navigation target classification" for spatial navigation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/svg/SVGElement.cpp
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
index 0c28644a2127af181a58cfbc7358966f02de4526..bb63b3d3c9056df248c4033dd41abb5f44a68e36 100644
--- a/Source/core/svg/SVGElement.cpp
+++ b/Source/core/svg/SVGElement.cpp
@@ -950,12 +950,6 @@ RenderStyle* SVGElement::computedStyle(PseudoId pseudoElementSpecifier)
return svgRareData()->overrideComputedStyle(this, parentStyle);
}
-bool SVGElement::hasFocusEventListeners() const
-{
- return hasEventListeners(EventTypeNames::focusin) || hasEventListeners(EventTypeNames::focusout)
- || hasEventListeners(EventTypeNames::focus) || hasEventListeners(EventTypeNames::blur);
-}
-
void SVGElement::markForLayoutAndParentResourceInvalidation(RenderObject* renderer)
{
ASSERT(renderer);

Powered by Google App Engine
This is Rietveld 408576698