// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/layout/hit_test_canvas_result.h" namespace blink { HitTestCanvasResult::HitTestCanvasResult(String id, Member<Element> control) : … { … } String HitTestCanvasResult::GetId() const { … } Element* HitTestCanvasResult::GetControl() const { … } void HitTestCanvasResult::Trace(Visitor* visitor) const { … } } // namespace blink