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

Unified Diff: Source/modules/accessibility/AXRenderObject.h

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/modules/accessibility/AXObjectCacheImpl.cpp ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXRenderObject.h
diff --git a/Source/modules/accessibility/AXRenderObject.h b/Source/modules/accessibility/AXRenderObject.h
index f3b0fe758965b8b37ee2dd3f88129151ac87e66d..2543a11ccfaaeff3a9844101b4566ee4bb015f59 100644
--- a/Source/modules/accessibility/AXRenderObject.h
+++ b/Source/modules/accessibility/AXRenderObject.h
@@ -58,7 +58,7 @@ public:
virtual LayoutRect elementRect() const override;
void setRenderer(LayoutObject*);
- RenderBoxModelObject* renderBoxModelObject() const;
+ LayoutBoxModelObject* layoutBoxModelObject() const;
Document* topDocument() const;
bool shouldNotifyActiveDescendant() const;
virtual ScrollableArea* getScrollableAreaIfScrollable() const override final;
« no previous file with comments | « Source/modules/accessibility/AXObjectCacheImpl.cpp ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698