#ifndef UI_AURA_TEST_TEST_WINDOW_DELEGATE_H_
#define UI_AURA_TEST_TEST_WINDOW_DELEGATE_H_
#include <string>
#include "third_party/skia/include/core/SkColor.h"
#include "ui/aura/window_delegate.h"
#include "ui/events/keycodes/keyboard_codes.h"
#include "ui/gfx/geometry/rect.h"
namespace aura {
namespace test {
class TestWindowDelegate : public WindowDelegate { … };
class ColorTestWindowDelegate : public TestWindowDelegate { … };
class MaskedWindowDelegate : public TestWindowDelegate { … };
class EventCountDelegate : public TestWindowDelegate { … };
}
}
#endif