diff options
Diffstat (limited to 'content/browser/browser_plugin/test_browser_plugin_guest.h')
-rw-r--r-- | content/browser/browser_plugin/test_browser_plugin_guest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h index dd89528..53f7f8c 100644 --- a/content/browser/browser_plugin/test_browser_plugin_guest.h +++ b/content/browser/browser_plugin/test_browser_plugin_guest.h @@ -31,7 +31,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest { virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; virtual void OnHandleInputEvent(int instance_id, const gfx::Rect& guest_window_rect, - const WebKit::WebInputEvent* event) OVERRIDE; + const blink::WebInputEvent* event) OVERRIDE; virtual void OnSetFocus(int instance_id, bool focused) OVERRIDE; virtual void OnTakeFocus(bool reverse) OVERRIDE; virtual void SetDamageBuffer( |