Index: Source/core/rendering/RenderTextControlSingleLine.h |
diff --git a/Source/core/rendering/RenderTextControlSingleLine.h b/Source/core/rendering/RenderTextControlSingleLine.h |
index 2c060fdcf19573b5071345ac62f0e3813ccc5f33..8f45e5ca7aca638a601bbaf855efce08f4f5799f 100644 |
--- a/Source/core/rendering/RenderTextControlSingleLine.h |
+++ b/Source/core/rendering/RenderTextControlSingleLine.h |
@@ -79,6 +79,7 @@ private: |
bool m_shouldDrawCapsLockIndicator; |
LayoutUnit m_desiredInnerEditorLogicalHeight; |
+ bool m_hasOverridenInnerEditorLogicalTop; |
}; |
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTextControlSingleLine, isTextField()); |