Chromium Code Reviews| Index: sky/engine/core/html/HTMLIFrameElement.h |
| diff --git a/sky/engine/core/html/HTMLIFrameElement.h b/sky/engine/core/html/HTMLIFrameElement.h |
| index 4759212bc6c88a01d5456c1d53e7cc67bc7c3fa3..4a3ef790b0735320cecfcf889995405b645a437e 100644 |
| --- a/sky/engine/core/html/HTMLIFrameElement.h |
| +++ b/sky/engine/core/html/HTMLIFrameElement.h |
| @@ -28,6 +28,7 @@ public: |
| ScriptValue takeServicesHandle(ScriptState*); |
| ScriptValue takeExposedServicesHandle(ScriptState*); |
| + void embedViewManagerClient(blink::ScriptValue client); |
|
abarth-chromium
2015/02/11 01:02:13
No need for blink::
also, const ScriptValue&
hansmuller1
2015/02/11 01:09:01
Done.
|
| private: |
| explicit HTMLIFrameElement(Document&); |