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

Unified Diff: Source/core/accessibility/AccessibilityImageMapLink.h

Issue 14740025: Simplify and add caching for accessible bounding box calculation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update comment Created 7 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
Index: Source/core/accessibility/AccessibilityImageMapLink.h
diff --git a/Source/core/accessibility/AccessibilityImageMapLink.h b/Source/core/accessibility/AccessibilityImageMapLink.h
index a1061854020ce087d83bc31c6582b0803fc073d4..8f4e5da57edb28eecdb14f34f157e7cbf96bcd4c 100644
--- a/Source/core/accessibility/AccessibilityImageMapLink.h
+++ b/Source/core/accessibility/AccessibilityImageMapLink.h
@@ -63,7 +63,7 @@ public:
virtual String accessibilityDescription() const;
virtual AccessibilityObject* parentObject() const;
- virtual LayoutRect elementRect() const;
+ virtual LayoutRect elementRect();
private:
RefPtr<HTMLAreaElement> m_areaElement;

Powered by Google App Engine
This is Rietveld 408576698