blob: 49d17a3f16a225146e3c8554be84a3d9da75e9f9 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/renderer_host/input/mock_tfhandwriting.h"
namespace content {
MockTfImpl::MockTfImpl() = default;
MockTfImpl::~MockTfImpl() = default;
MockTfHandwritingRequest::MockTfHandwritingRequest() = default;
MockTfHandwritingRequest::~MockTfHandwritingRequest() = default;
MockTfFocusHandwritingTargetArgsImpl::MockTfFocusHandwritingTargetArgsImpl() =
default;
MockTfFocusHandwritingTargetArgsImpl::~MockTfFocusHandwritingTargetArgsImpl() =
default;
} // namespace content