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

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

Issue 2108503008: Merge "Improve performance of HTMLSelectElement::resetToDefaultSelection()." to M52. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | « no previous file | third_party/WebKit/Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
index 989a5aa90fb5dff34f25a00774658ed59c8dfe5b..62be1267a737fc9ae754a3997c9915e02a2afb40 100644
--- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
@@ -215,8 +215,8 @@ private:
MakeOptionDirty = 1 << 2,
};
typedef unsigned SelectOptionFlags;
- void selectOption(int optionIndex, SelectOptionFlags = 0);
- void selectOption(HTMLOptionElement*, SelectOptionFlags = 0);
+ void selectOption(int optionIndex, SelectOptionFlags);
+ void selectOption(HTMLOptionElement*, SelectOptionFlags);
void selectOption(HTMLOptionElement*, int optionIndex, SelectOptionFlags);
void deselectItemsWithoutValidation(HTMLElement* elementToExclude = 0);
void parseMultipleAttribute(const AtomicString&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698