Chromium Code Reviews| Index: webkit/glue/glue_util.h |
| =================================================================== |
| --- webkit/glue/glue_util.h (revision 3991) |
| +++ webkit/glue/glue_util.h (working copy) |
| @@ -44,6 +44,7 @@ |
| GURL KURLToGURL(const WebCore::KURL& url); |
| WebCore::KURL GURLToKURL(const GURL& url); |
| +GURL StringToGURL(const WebCore::String& spec); |
| gfx::Rect FromIntRect(const WebCore::IntRect& r); |
| WebCore::IntRect ToIntRect(const gfx::Rect& r); |