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

Unified Diff: Source/modules/accessibility/AXSlider.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/AXSVGRoot.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXSlider.h
diff --git a/Source/modules/accessibility/AXSlider.h b/Source/modules/accessibility/AXSlider.h
index d00dba2a0e0df2581f740db925a1f94ef4128279..fda70377093b9fc0ddda219633e9dd003bb9b776 100644
--- a/Source/modules/accessibility/AXSlider.h
+++ b/Source/modules/accessibility/AXSlider.h
@@ -40,11 +40,11 @@ class HTMLInputElement;
class AXSlider : public AXRenderObject {
public:
- static PassRefPtr<AXSlider> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXSlider> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXSlider() { }
protected:
- AXSlider(RenderObject*, AXObjectCacheImpl*);
+ AXSlider(LayoutObject*, AXObjectCacheImpl*);
private:
HTMLInputElement* element() const;
« no previous file with comments | « Source/modules/accessibility/AXSVGRoot.cpp ('k') | Source/modules/accessibility/AXSlider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698