/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkDOM_DEFINED #define SkDOM_DEFINED #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include "include/private/base/SkNoncopyable.h" #include "include/private/base/SkTemplates.h" #include "src/base/SkArenaAlloc.h" struct SkDOMNode; struct SkDOMAttr; class SkDOMParser; class SkStream; class SkXMLParser; class SkDOM : public SkNoncopyable { … }; #endif