michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkDrawTransparentShader_DEFINED michael@0: #define SkDrawTransparentShader_DEFINED michael@0: michael@0: #include "SkPaintParts.h" michael@0: michael@0: class SkDrawTransparentShader : public SkDrawShader { michael@0: DECLARE_EMPTY_MEMBER_INFO(TransparentShader); michael@0: virtual SkShader* getShader(); michael@0: }; michael@0: michael@0: #endif // SkDrawTransparentShader_DEFINED