chromium/third_party/pdfium/fpdfsdk/formfiller/cffl_textobject.h

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef FPDFSDK_FORMFILLER_CFFL_TEXTOBJECT_H_
#define FPDFSDK_FORMFILLER_CFFL_TEXTOBJECT_H_

#include <memory>

#include "fpdfsdk/formfiller/cffl_formfield.h"

class CPDF_BAFontMap;

// Class to implement common functionality for CFFL_FormField sub-classes with
// text fields.
class CFFL_TextObject : public CFFL_FormField {};

#endif  // FPDFSDK_FORMFILLER_CFFL_TEXTOBJECT_H_