/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkOTTable_name_DEFINED #define SkOTTable_name_DEFINED #include "include/core/SkString.h" #include "src/base/SkEndian.h" #include "src/sfnt/SkOTTableTypes.h" #pragma pack(push, 1) struct SkOTTableName { … }; static_assert …; static_assert …; static_assert …; static_assert …; #endif