#include "third_party/blink/renderer/core/layout/forms/layout_text_control_multi_line.h"
#include "third_party/blink/renderer/core/html/forms/text_control_element.h"
#include "third_party/blink/renderer/core/layout/forms/layout_text_control.h"
#include "third_party/blink/renderer/core/layout/hit_test_result.h"
namespace blink {
LayoutTextControlMultiLine::LayoutTextControlMultiLine(Element* element)
: … { … }
HTMLElement* LayoutTextControlMultiLine::InnerEditorElement() const { … }
void LayoutTextControlMultiLine::StyleDidChange(
StyleDifference style_diff,
const ComputedStyle* old_style) { … }
bool LayoutTextControlMultiLine::NodeAtPoint(
HitTestResult& result,
const HitTestLocation& hit_test_location,
const PhysicalOffset& accumulated_offset,
HitTestPhase phase) { … }
}