chromium/ui/aura/client/capture_delegate.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 UI_AURA_CLIENT_CAPTURE_DELEGATE_H_
#define UI_AURA_CLIENT_CAPTURE_DELEGATE_H_

#include "ui/aura/aura_export.h"

namespace aura {
class Window;
namespace client {

// This interface provides API to change the root Window's capture state without
// exposing them as RootWindow API.
class AURA_EXPORT CaptureDelegate {};

}  // namespace client
}  // namespace aura

#endif  // UI_AURA_CLIENT_CAPTURE_DELEGATE_H_