blob: 4fa27d297c90e4f0a024de6c7bb6c730d6de68e0 [file] [log] [blame]
/*
* 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 SkSVGG_DEFINED
#define SkSVGG_DEFINED
#include "SkSVGGroup.h"
class SkSVGG : public SkSVGGroup {
DECLARE_SVG_INFO(G);
private:
typedef SkSVGGroup INHERITED;
};
#endif // SkSVGG_DEFINED