chromium/cc/test/test_occlusion_tracker.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_TEST_TEST_OCCLUSION_TRACKER_H_
#define CC_TEST_TEST_OCCLUSION_TRACKER_H_

#include <stddef.h>

#include "cc/layers/render_surface_impl.h"
#include "cc/trees/occlusion_tracker.h"

namespace cc {

// A subclass to expose the total current occlusion.
class TestOcclusionTracker : public OcclusionTracker {};

}  // namespace cc

#endif  // CC_TEST_TEST_OCCLUSION_TRACKER_H_