Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderListBox.h
index 53d4391..3fd011c 100644 (file)
@@ -44,7 +44,7 @@ public:
 
     int size() const;
 
-    void repaintScrollbarIfNeeded();
+    void paintInvalidationOfScrollbarIfNeeded();
 
 private:
     HTMLSelectElement* selectElement() const;
@@ -54,6 +54,7 @@ private:
     virtual bool isListBox() const OVERRIDE { return true; }
 
     virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
+    virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
 
     virtual void stopAutoscroll() OVERRIDE;