Index: sky/engine/public/web/WebView.h |
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h |
index 5094ac70763ad2d29075b607cf1c0b665b3598eb..c95dec32ede7b624054d1629b8dc5c8bf30c1cc3 100644 |
--- a/sky/engine/public/web/WebView.h |
+++ b/sky/engine/public/web/WebView.h |
@@ -129,6 +129,9 @@ public: |
virtual WebFrame* mainFrame() = 0; |
+ virtual void injectModule(const WebString&) = 0; |
eseidel
2014/10/29 00:05:56
Can this be a WebURL?
|
+ |
+ |
// Focus --------------------------------------------------------------- |
virtual WebFrame* focusedFrame() = 0; |