chromium/cc/trees/occlusion.h

// Copyright 2014 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_TREES_OCCLUSION_H_
#define CC_TREES_OCCLUSION_H_

#include <string>

#include "cc/base/simple_enclosed_region.h"
#include "cc/cc_export.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/transform.h"

namespace cc {

class CC_EXPORT Occlusion {};

}  // namespace cc

#endif  // CC_TREES_OCCLUSION_H_