1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

content / shell / browser / renderer_host / shell_render_widget_host_view_mac_delegate.h [blame]

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_SHELL_BROWSER_RENDERER_HOST_SHELL_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_
#define CONTENT_SHELL_BROWSER_RENDERER_HOST_SHELL_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_

#import <Cocoa/Cocoa.h>

#import "content/public/browser/render_widget_host_view_mac_delegate.h"

@interface ShellRenderWidgetHostViewMacDelegate
    : NSObject <RenderWidgetHostViewMacDelegate>

@end

#endif  // CONTENT_SHELL_BROWSER_RENDERER_HOST_SHELL_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_