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

Unified Diff: Source/core/layout/LayoutListBox.h

Issue 1200853003: HTMLSelectElement size type changed to unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/html/HTMLSelectElement.idl ('k') | Source/core/layout/LayoutListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutListBox.h
diff --git a/Source/core/layout/LayoutListBox.h b/Source/core/layout/LayoutListBox.h
index 8b3c4edac5c278ef5049fc94b89b426ddec27fc7..93bc71bbb2b5843c696031a628bee6cb1f8af1e6 100644
--- a/Source/core/layout/LayoutListBox.h
+++ b/Source/core/layout/LayoutListBox.h
@@ -42,7 +42,7 @@ public:
explicit LayoutListBox(Element*);
virtual ~LayoutListBox();
- int size() const;
+ unsigned size() const;
// Unlike scrollRectToVisible this will not scroll parent boxes.
void scrollToRect(const LayoutRect&);
« no previous file with comments | « Source/core/html/HTMLSelectElement.idl ('k') | Source/core/layout/LayoutListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698