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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.h

Issue 2722953003: Part 1 to rename platform/Widget to platform/FrameViewBase. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index cd40a2315964bbd8b642d962b7d355c6de998ee4..5428ae472d7480e8d68e52488f60c18acf13295f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -49,10 +49,10 @@ namespace blink {
class DOMWrapperWorld;
class Element;
+class FrameViewBase;
class KURL;
class ScriptSourceCode;
class SecurityOrigin;
-class Widget;
typedef WTF::Vector<v8::Extension*> V8Extensions;
@@ -111,7 +111,7 @@ class CORE_EXPORT ScriptController final
// ignored when evaluating resources injected into the DOM.
bool shouldBypassMainWorldCSP();
- PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(Widget*);
+ PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(FrameViewBase*);
void enableEval();
void disableEval(const String& errorMessage);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698