Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: content/shell/test_runner/gamepad_controller.h

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/test_runner/gamepad_controller.h
diff --git a/content/shell/test_runner/gamepad_controller.h b/content/shell/test_runner/gamepad_controller.h
index 787eec5e2728bbd77cdff17cdebf66ee44c0819c..c91d301b9ed8fede64e224cc7b6618272d09bd0c 100644
--- a/content/shell/test_runner/gamepad_controller.h
+++ b/content/shell/test_runner/gamepad_controller.h
@@ -13,8 +13,8 @@
#include "device/gamepad/public/cpp/gamepads.h"
namespace blink {
-class WebFrame;
class WebGamepadListener;
+class WebLocalFrame;
}
namespace test_runner {
@@ -28,7 +28,7 @@ class TEST_RUNNER_EXPORT GamepadController
~GamepadController();
void Reset();
- void Install(blink::WebFrame* frame);
+ void Install(blink::WebLocalFrame* frame);
void SampleGamepads(device::Gamepads& gamepads);
void SetListener(blink::WebGamepadListener* listener);
« no previous file with comments | « content/shell/test_runner/accessibility_controller.cc ('k') | content/shell/test_runner/gamepad_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698