Commit deb96b4e authored by pkotwicz@chromium.org's avatar pkotwicz@chromium.org

Fixes lack of forward declaration of GdkEvent in render_widget_host_view.

This fixes bot redness caused by 10411086

Bug=None
Test=Bots go green

Review URL: https://chromiumcodereview.appspot.com/10421030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138418 0039d316-1c4b-4281-b951-d872f2087c98
parent 468e4904
......@@ -16,6 +16,10 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
#include "ui/gfx/native_widget_types.h"
#if defined(TOOLKIT_GTK)
class GdkEventButton;
#endif
class BrowserAccessibilityManager;
namespace gfx {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment