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

Unified Diff: Source/core/accessibility/AccessibilityScrollView.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/AccessibilityScrollView.h
diff --git a/Source/core/accessibility/AccessibilityScrollView.h b/Source/core/accessibility/AccessibilityScrollView.h
index 27d2b8e835a9da87a13d95a04824f81be99bb21a..8ffc9b12970728aaaa43d49ab016d8c1f6865aa2 100644
--- a/Source/core/accessibility/AccessibilityScrollView.h
+++ b/Source/core/accessibility/AccessibilityScrollView.h
@@ -66,7 +66,7 @@ private:
void updateScrollbars();
virtual FrameView* documentFrameView() const;
- virtual LayoutRect elementRect() const;
+ virtual LayoutRect elementRect();
virtual AccessibilityObject* parentObject() const;
virtual AccessibilityObject* parentObjectIfExists() const;

Powered by Google App Engine
This is Rietveld 408576698