| Index: webkit/glue/glue_util.h
|
| ===================================================================
|
| --- webkit/glue/glue_util.h (revision 11701)
|
| +++ webkit/glue/glue_util.h (working copy)
|
| @@ -12,6 +12,7 @@
|
|
|
| namespace WebCore {
|
| class CString;
|
| +class Frame;
|
| class IntRect;
|
| class KURL;
|
| class String;
|
| @@ -60,6 +61,9 @@
|
| gfx::Rect FromIntRect(const WebCore::IntRect& r);
|
| WebCore::IntRect ToIntRect(const gfx::Rect& r);
|
|
|
| +// Extracts and serializes the origin of |frame|.
|
| +std::string FrameToOrigin(WebCore::Frame* frame);
|
| +
|
| } // namespace webkit_glue
|
|
|
| #endif // #ifndef WEBKIT_GLUE_GLUE_UTIL_H_
|
|
|