1 // Copyright (c) 2012 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.
5 #include "base/basictypes.h"
6 #include "content/browser/renderer_host/render_widget_host_delegate.h"
10 bool RenderWidgetHostDelegate::PreHandleKeyboardEvent(
11 const NativeWebKeyboardEvent
& event
,
12 bool* is_keyboard_shortcut
) {
16 bool RenderWidgetHostDelegate::HandleWheelEvent(
17 const blink::WebMouseWheelEvent
& event
) {
21 bool RenderWidgetHostDelegate::PreHandleGestureEvent(
22 const blink::WebGestureEvent
& event
) {
26 BrowserAccessibilityManager
*
27 RenderWidgetHostDelegate::GetRootBrowserAccessibilityManager() {
31 BrowserAccessibilityManager
*
32 RenderWidgetHostDelegate::GetOrCreateRootBrowserAccessibilityManager() {
37 gfx::NativeViewAccessible
38 RenderWidgetHostDelegate::GetParentNativeViewAccessible() {
43 // If a delegate does not override this, the RenderWidgetHostView will
44 // assume it is the sole platform event consumer.
45 RenderWidgetHostInputEventRouter
*
46 RenderWidgetHostDelegate::GetInputEventRouter() {
50 } // namespace content