chromium/cc/paint/render_surface_filters.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_PAINT_RENDER_SURFACE_FILTERS_H_
#define CC_PAINT_RENDER_SURFACE_FILTERS_H_

#include "cc/paint/paint_export.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "ui/gfx/geometry/rect.h"

namespace cc {
class PaintFilter;
class FilterOperations;

class CC_PAINT_EXPORT RenderSurfaceFilters {};

}  // namespace cc

#endif  // CC_PAINT_RENDER_SURFACE_FILTERS_H_