summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/handle_web_keyboard_event_gtk.h
blob: 883599844b104786ec4d6f6ae383c461463e3632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2011 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 CHROME_BROWSER_UI_VIEWS_HANDLE_WEB_KEYBOARD_EVENT_GTK_H_
#define CHROME_BROWSER_UI_VIEWS_HANDLE_WEB_KEYBOARD_EVENT_GTK_H_
#pragma once

namespace views {
class Widget;
}

struct NativeWebKeyboardEvent;

void HandleWebKeyboardEvent(views::Widget* widget,
                            const NativeWebKeyboardEvent& event);

#endif  // CHROME_BROWSER_UI_VIEWS_HANDLE_WEB_KEYBOARD_EVENT_GTK_H_