browser_native_widget_window_mac.h 543 B

12345678910111213
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_REMOTE_COCOA_APP_SHIM_BROWSER_NATIVE_WIDGET_WINDOW_MAC_H_
  5. #define COMPONENTS_REMOTE_COCOA_APP_SHIM_BROWSER_NATIVE_WIDGET_WINDOW_MAC_H_
  6. #import "components/remote_cocoa/app_shim/native_widget_mac_nswindow.h"
  7. @interface BrowserNativeWidgetWindow : NativeWidgetMacNSWindow
  8. @end
  9. #endif // COMPONENTS_REMOTE_COCOA_APP_SHIM_BROWSER_NATIVE_WIDGET_WINDOW_MAC_H_