chromium/third_party/harfbuzz-ng/src/src/OT/Layout/GSUB/ExtensionSubst.hh

#ifndef OT_LAYOUT_GSUB_EXTENSIONSUBST_HH
#define OT_LAYOUT_GSUB_EXTENSIONSUBST_HH

// TODO(garretrieger): move to new layout.
#include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh"

namespace OT {
namespace Layout {
namespace GSUB_impl {

struct ExtensionSubst : Extension<ExtensionSubst>
{};

}
}
}

#endif  /* OT_LAYOUT_GSUB_EXTENSIONSUBST_HH */