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

Unified Diff: Source/core/dom/AXObjectCache.h

Issue 966883002: renderer/RenderMenuList.* -> layout/LayoutMenuList.* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove OWNERS, allowing Source/core/rendering to be deleted. 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/core/core.gypi ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/AXObjectCache.h
diff --git a/Source/core/dom/AXObjectCache.h b/Source/core/dom/AXObjectCache.h
index 2ce8add3cd1d8c55803a8acfc8355404e685792f..aa6e51f06c71ad87d1a8f69ea2d9e80d9b3a3703 100644
--- a/Source/core/dom/AXObjectCache.h
+++ b/Source/core/dom/AXObjectCache.h
@@ -33,8 +33,8 @@ typedef unsigned AXID;
namespace blink {
class AXObject;
class FrameView;
+class LayoutMenuList;
class Page;
-class RenderMenuList;
class Widget;
class AXObjectCache {
@@ -100,7 +100,7 @@ public:
virtual void handleEditableTextContentChanged(Node*) = 0;
virtual void handleTextFormControlChanged(Node*) = 0;
virtual void handleValueChanged(Node*) = 0;
- virtual void handleUpdateActiveMenuOption(RenderMenuList*, int optionIndex) = 0;
+ virtual void handleUpdateActiveMenuOption(LayoutMenuList*, int optionIndex) = 0;
virtual void handleLoadComplete(Document*) = 0;
virtual void handleLayoutComplete(Document*) = 0;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698