Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrame.h |
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
| index 39f6dc66301de05a3cdb952f7cde7b27c54b8322..da83d8a8b0139abac1cae65445b2537583b12a19 100644 |
| --- a/third_party/WebKit/public/web/WebFrame.h |
| +++ b/third_party/WebKit/public/web/WebFrame.h |
| @@ -85,6 +85,7 @@ struct WebConsoleMessage; |
| struct WebFindOptions; |
| struct WebFloatPoint; |
| struct WebFloatRect; |
| +struct WebFloatSize; |
|
Lei Zhang
2016/07/12 17:02:24
Move to WebLocalFrame.h?
|
| struct WebFrameOwnerProperties; |
| struct WebPoint; |
| struct WebPrintParams; |
| @@ -430,7 +431,6 @@ public: |
| // return true, otherwise return false. |
| virtual bool isPrintScalingDisabledForPlugin(const WebNode& = WebNode()) = 0; |
| - |
| // Events -------------------------------------------------------------- |
| // Dispatches a message event on the current DOMWindow in this WebFrame. |