| Index: content/shell/renderer/test_runner/mock_screen_orientation_client.cc
|
| diff --git a/content/shell/renderer/test_runner/mock_screen_orientation_client.cc b/content/shell/renderer/test_runner/mock_screen_orientation_client.cc
|
| index fced26290e714e69c7f79c6b41ccdc65ec3b345f..04b471096654da64f5ca4077ffadad59419533a3 100644
|
| --- a/content/shell/renderer/test_runner/mock_screen_orientation_client.cc
|
| +++ b/content/shell/renderer/test_runner/mock_screen_orientation_client.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "third_party/WebKit/public/web/WebFrame.h"
|
| +#include "third_party/WebKit/public/web/WebLocalFrame.h"
|
|
|
| namespace content {
|
|
|
| @@ -28,7 +28,7 @@ void MockScreenOrientationClient::ResetData() {
|
| }
|
|
|
| void MockScreenOrientationClient::UpdateDeviceOrientation(
|
| - blink::WebFrame* main_frame,
|
| + blink::WebLocalFrame* main_frame,
|
| blink::WebScreenOrientationType orientation) {
|
| main_frame_ = main_frame;
|
| if (device_orientation_ == orientation)
|
|
|