| Index: Source/WebCore/rendering/RenderTextControl.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTextControl.h (revision 88773)
|
| +++ Source/WebCore/rendering/RenderTextControl.h (working copy)
|
| @@ -50,7 +50,7 @@
|
| void selectionChanged(bool userTriggered);
|
|
|
| VisiblePosition visiblePositionForIndex(int index) const;
|
| - int indexForVisiblePosition(const VisiblePosition&) const;
|
| + static int indexForVisiblePosition(HTMLElement*, const VisiblePosition&);
|
|
|
| void updatePlaceholderVisibility(bool, bool);
|
|
|
| @@ -102,7 +102,7 @@
|
|
|
| bool hasVisibleTextArea() const;
|
| friend void setSelectionRange(Node*, int start, int end);
|
| - bool isSelectableElement(Node*) const;
|
| + static bool isSelectableElement(HTMLElement*, Node*);
|
|
|
| virtual int textBlockInsetLeft() const = 0;
|
| virtual int textBlockInsetRight() const = 0;
|
|
|