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

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

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.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index a628b23353e859caca7276a3f2db7a84a18826ce..22ee2eb376fb7570c29cca48d883d3d73e757593 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -225,7 +225,6 @@ protected:
// SVGFitToViewBox::parseAttribute uses reportAttributeParsingError.
friend class SVGFitToViewBox;
void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&);
- bool hasFocusEventListeners() const;
private:
bool isSVGElement() const = delete; // This will catch anyone doing an unnecessary check.

Powered by Google App Engine
This is Rietveld 408576698