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

Unified Diff: content/shell/test_runner/web_ax_object_proxy.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/web_ax_object_proxy.h
diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
index 6c169c7a1960c16529d9a147897f577b36abb18f..6e8524999969e40b26df0857f3d74ae23d13d3e9 100644
--- a/content/shell/test_runner/web_ax_object_proxy.h
+++ b/content/shell/test_runner/web_ax_object_proxy.h
@@ -17,7 +17,7 @@
#include "v8/include/v8.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace test_runner {
@@ -44,7 +44,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
virtual bool IsRoot() const;
bool IsEqualToObject(const blink::WebAXObject& object);
- void NotificationReceived(blink::WebFrame* frame,
+ void NotificationReceived(blink::WebLocalFrame* frame,
const std::string& notification_name);
void Reset();
« no previous file with comments | « content/shell/test_runner/test_runner_for_specific_view.cc ('k') | content/shell/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698