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

Unified Diff: Source/core/html/HTMLSelectElement.h

Issue 1115353002: Update renderer to layoutObject in core/html. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/html/HTMLProgressElement.cpp ('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/html/HTMLSelectElement.h
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
index 46d98b937aec3ed848c9b9e2e3e95d341dedc922..586efb5b55d822b724b3cf0c8365f864cd3a5824 100644
--- a/Source/core/html/HTMLSelectElement.h
+++ b/Source/core/html/HTMLSelectElement.h
@@ -121,7 +121,7 @@ public:
void optionRemoved(const HTMLOptionElement&);
bool anonymousIndexedSetter(unsigned, PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&);
- void updateListOnRenderer();
+ void updateListOnLayoutObject();
HTMLOptionElement* spatialNavigationFocusedOption();
void handleMouseRelease();
@@ -190,7 +190,7 @@ private:
bool shouldOpenPopupForKeyDownEvent(KeyboardEvent*);
bool shouldOpenPopupForKeyPressEvent(KeyboardEvent*);
void listBoxDefaultEventHandler(Event*);
- void setOptionsChangedOnRenderer();
+ void setOptionsChangedOnLayoutObject();
size_t searchOptionsForValue(const String&, size_t listIndexStart, size_t listIndexEnd) const;
void updateListBoxSelection(bool deselectOtherOptions, bool scroll = true);
« no previous file with comments | « Source/core/html/HTMLProgressElement.cpp ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698