summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/RenderTextControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderTextControl.h')
-rw-r--r--Source/WebCore/rendering/RenderTextControl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/rendering/RenderTextControl.h b/Source/WebCore/rendering/RenderTextControl.h
index 4fe4da571..4de76b4dc 100644
--- a/Source/WebCore/rendering/RenderTextControl.h
+++ b/Source/WebCore/rendering/RenderTextControl.h
@@ -62,7 +62,7 @@ protected:
virtual RenderStyle* textBaseStyle() const = 0;
virtual void updateFromElement();
- virtual void updateLogicalHeight() OVERRIDE;
+ virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
private:
@@ -79,8 +79,6 @@ private:
virtual bool canBeProgramaticallyScrolled() const { return true; }
virtual bool requiresForcedStyleRecalcPropagation() const { return true; }
-
- static bool isSelectableElement(HTMLElement*, Node*);
};
inline RenderTextControl* toRenderTextControl(RenderObject* object)