| Index: content/test/render_view_test.h
|
| diff --git a/content/test/render_view_test.h b/content/test/render_view_test.h
|
| index 436d5946bd965e02c382c71da33e5fff3d4c4428..64636027bdeefdba03ea6e0c28510b1a6fb8c5cd 100644
|
| --- a/content/test/render_view_test.h
|
| +++ b/content/test/render_view_test.h
|
| @@ -82,6 +82,9 @@ class RenderViewTest : public testing::Test {
|
| // Sends one native key event over IPC.
|
| void SendNativeKeyEvent(const NativeWebKeyboardEvent& key_event);
|
|
|
| + // Send a raw keyboard event to the renderer.
|
| + void SendWebKeyboardEvent(const WebKit::WebKeyboardEvent& key_event);
|
| +
|
| // Returns the bounds (coordinates and size) of the element with id
|
| // |element_id|. Returns an empty rect if such an element was not found.
|
| gfx::Rect GetElementBounds(const std::string& element_id);
|
|
|