| Index: src/svg/SkSVGGradient.h
|
| diff --git a/src/svg/SkSVGGradient.h b/src/svg/SkSVGGradient.h
|
| deleted file mode 100644
|
| index 286ff185dd17a59cab44f683b3d36184374b7c83..0000000000000000000000000000000000000000
|
| --- a/src/svg/SkSVGGradient.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -
|
| -/*
|
| - * 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 SkSVGGradient_DEFINED
|
| -#define SkSVGGradient_DEFINED
|
| -
|
| -#include "SkSVGElements.h"
|
| -
|
| -class SkSVGGradient : public SkSVGElement {
|
| -public:
|
| - SkSVGGradient();
|
| - virtual SkSVGElement* getGradient();
|
| - virtual bool isDef();
|
| - virtual bool isNotDef();
|
| - virtual void write(SkSVGParser& , SkString& color);
|
| -protected:
|
| - void translate(SkSVGParser& , bool defState);
|
| - void translateGradientUnits(SkString& units);
|
| -private:
|
| - typedef SkSVGElement INHERITED;
|
| -};
|
| -
|
| -#endif // SkSVGGradient_DEFINED
|
|
|