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

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

Issue 20670002: REGRESSION: Click on focused link should not remove focus on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/SVGStyledElement.h
diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h
index 56fc5049f99b07335e03c2c49310d9000e5b3feb..3dd3ae032c693c5c1dd7b580bdcc68f71b4c1e58 100644
--- a/Source/core/svg/SVGStyledElement.h
+++ b/Source/core/svg/SVGStyledElement.h
@@ -76,6 +76,7 @@ protected:
void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
virtual bool selfHasRelativeLengths() const { return false; }
+ bool hasFocusEventListeners() const;
private:
virtual bool isSVGStyledElement() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698