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

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

Issue 14740025: Simplify and add caching for accessible bounding box calculation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/AccessibilityNodeObject.h
diff --git a/Source/core/accessibility/AccessibilityNodeObject.h b/Source/core/accessibility/AccessibilityNodeObject.h
index 55194c4f4006f2a5a27a07cf42a184d9d6156789..ec0e4e8ac4c7ba3d610271f11d8d06d8af1a0184 100644
--- a/Source/core/accessibility/AccessibilityNodeObject.h
+++ b/Source/core/accessibility/AccessibilityNodeObject.h
@@ -171,8 +171,7 @@ protected:
virtual String helpText() const;
// Position and size.
- virtual LayoutRect boundingBoxRect() const;
- virtual LayoutRect elementRect() const;
+ virtual LayoutRect elementRect();
// High-level accessibility tree access.
virtual AccessibilityObject* parentObject() const;

Powered by Google App Engine
This is Rietveld 408576698