| Index: third_party/WebKit/WebCore/rendering/RenderListBox.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderListBox.h (revision 9391)
|
| +++ third_party/WebKit/WebCore/rendering/RenderListBox.h (working copy)
|
| @@ -92,6 +92,8 @@
|
| virtual void setScrollLeft(int);
|
| virtual void setScrollTop(int);
|
|
|
| + virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
|
| +
|
| protected:
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
|
|
|
|