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

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

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (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/AXList.cpp ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXListBox.h
diff --git a/Source/modules/accessibility/AXListBox.h b/Source/modules/accessibility/AXListBox.h
index 692d212c69fd34ccbd0d84fdd62567db990e8a30..8f568e83064ef240e46dcdcf8b5b909af4e608e7 100644
--- a/Source/modules/accessibility/AXListBox.h
+++ b/Source/modules/accessibility/AXListBox.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXListBox final : public AXRenderObject {
private:
- AXListBox(RenderObject*, AXObjectCacheImpl*);
+ AXListBox(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXListBox> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXListBox> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXListBox();
virtual AccessibilityRole roleValue() const override { return ListBoxRole; }
« no previous file with comments | « Source/modules/accessibility/AXList.cpp ('k') | Source/modules/accessibility/AXListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698