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

Unified Diff: Source/modules/accessibility/AXList.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
Index: Source/modules/accessibility/AXList.h
diff --git a/Source/modules/accessibility/AXList.h b/Source/modules/accessibility/AXList.h
index 9a182ee8f1a00bf52a25bfe8df12892bfc2ff426..114b4fb67e87f0fc0b093f46cf4fb17b27a4659c 100644
--- a/Source/modules/accessibility/AXList.h
+++ b/Source/modules/accessibility/AXList.h
@@ -38,10 +38,10 @@ class AXObjectCacheImpl;
class AXList final : public AXRenderObject {
private:
- AXList(RenderObject*, AXObjectCacheImpl*);
+ AXList(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXList> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXList> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXList();
virtual bool isList() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698