diff options
Diffstat (limited to 'ui/aura/event_mac.h')
-rw-r--r-- | ui/aura/event_mac.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/aura/event_mac.h b/ui/aura/event_mac.h deleted file mode 100644 index ab491ff..0000000 --- a/ui/aura/event_mac.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef UI_AURA_EVENT_MAC_H_ -#define UI_AURA_EVENT_MAC_H_ - -#include "base/event_types.h" - -namespace aura { - -// Returns a deep copy of the native |event|. On Mac the returned value is -// autoreleased. -base::NativeEvent CopyNativeEvent(const base::NativeEvent& event); - -} // namespace aura - -#endif // UI_AURA_EVENT_MAC_H_ |