| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 3009f5dbff8824425fa2c0d4e068caa1ae382250..be20dccb507c8de345d559b52d999f0d57b04b2b 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -256,12 +256,12 @@ void TestWebContents::CreateNewFullscreenWidget(int render_process_id,
|
|
|
| void TestWebContents::ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture) {
|
| }
|
|
|
| void TestWebContents::ShowCreatedWidget(int route_id,
|
| - const gfx::Rect& initial_pos) {
|
| + const gfx::Rect& initial_rect) {
|
| }
|
|
|
| void TestWebContents::ShowCreatedFullscreenWidget(int route_id) {
|
|
|