blob: b0b6b5e9135bcfb7a1166c973e58998b84d3d966 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEFILTER_H_
#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEFILTER_H_
#include "sky/engine/platform/geometry/FloatRect.h"
class SkImageFilter;
namespace blink {
typedef SkImageFilter ImageFilter;
PLATFORM_EXPORT FloatRect mapImageFilterRect(ImageFilter*, const FloatRect&);
} // namespace blink
#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEFILTER_H_