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

Unified Diff: Source/core/accessibility/AccessibilityTableColumn.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/AccessibilityTableColumn.h
diff --git a/Source/core/accessibility/AccessibilityTableColumn.h b/Source/core/accessibility/AccessibilityTableColumn.h
index 63783e89aedfb2dcbcde618ff6405071f2b28d23..93bee9c128b6591c42077a8a4238c2afe390970d 100644
--- a/Source/core/accessibility/AccessibilityTableColumn.h
+++ b/Source/core/accessibility/AccessibilityTableColumn.h
@@ -56,7 +56,7 @@ public:
virtual void addChildren();
virtual void setParent(AccessibilityObject*);
- virtual LayoutRect elementRect() const;
+ virtual LayoutRect elementRect();
private:
unsigned m_columnIndex;

Powered by Google App Engine
This is Rietveld 408576698