X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2FRenderListBox.h;h=3fd011c02f273c219acfbf04abb1013506ef096d;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=53d4391ef79aa32b98a24de2a8fc6f75e5870c55;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/RenderListBox.h b/src/third_party/WebKit/Source/core/rendering/RenderListBox.h index 53d4391..3fd011c 100644 --- a/src/third_party/WebKit/Source/core/rendering/RenderListBox.h +++ b/src/third_party/WebKit/Source/core/rendering/RenderListBox.h @@ -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;