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

Unified Diff: Source/core/accessibility/AccessibilityTableColumn.cpp

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.cpp
diff --git a/Source/core/accessibility/AccessibilityTableColumn.cpp b/Source/core/accessibility/AccessibilityTableColumn.cpp
index 3ba9dcc3b97e11909b9a9d3b95f2750d76b5046d..f0a20c489269b17df30ef8fb5056b39f4024e2a6 100644
--- a/Source/core/accessibility/AccessibilityTableColumn.cpp
+++ b/Source/core/accessibility/AccessibilityTableColumn.cpp
@@ -59,7 +59,7 @@ void AccessibilityTableColumn::setParent(AccessibilityObject* parent)
clearChildren();
}
-LayoutRect AccessibilityTableColumn::elementRect() const
+LayoutRect AccessibilityTableColumn::elementRect()
{
// this will be filled in when addChildren is called
return m_columnRect;

Powered by Google App Engine
This is Rietveld 408576698