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

Unified Diff: Source/modules/accessibility/AXListBoxOption.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/AXListBox.cpp ('k') | Source/modules/accessibility/AXListBoxOption.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXListBoxOption.h
diff --git a/Source/modules/accessibility/AXListBoxOption.h b/Source/modules/accessibility/AXListBoxOption.h
index 6d46cccb5a36df352e6845f63032f2a63b2f6e95..81447a7c373914e2c10a5ced8f9fc8a03a4350a4 100644
--- a/Source/modules/accessibility/AXListBoxOption.h
+++ b/Source/modules/accessibility/AXListBoxOption.h
@@ -41,10 +41,10 @@ class HTMLSelectElement;
class AXListBoxOption final : public AXRenderObject {
private:
- AXListBoxOption(RenderObject*, AXObjectCacheImpl*);
+ AXListBoxOption(LayoutObject*, AXObjectCacheImpl*);
public:
- static PassRefPtr<AXListBoxOption> create(RenderObject*, AXObjectCacheImpl*);
+ static PassRefPtr<AXListBoxOption> create(LayoutObject*, AXObjectCacheImpl*);
virtual ~AXListBoxOption();
virtual AccessibilityRole roleValue() const override { return ListBoxOptionRole; }
« no previous file with comments | « Source/modules/accessibility/AXListBox.cpp ('k') | Source/modules/accessibility/AXListBoxOption.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698