mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ff259bab (#488528)
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
#include <string>
|
||||
|
||||
namespace blink {
|
||||
class WebFrame;
|
||||
class WebLocalFrame;
|
||||
}
|
||||
|
||||
namespace render_frame_util {
|
||||
|
||||
int64_t GetIdentifier(blink::WebFrame* frame);
|
||||
std::string GetUniqueName(blink::WebFrame* frame);
|
||||
int64_t GetIdentifier(blink::WebLocalFrame* frame);
|
||||
std::string GetUniqueName(blink::WebLocalFrame* frame);
|
||||
|
||||
} // render_frame_util
|
||||
} // namespace render_frame_util
|
||||
|
||||
#endif // CEF_LIBCEF_RENDERER_RENDER_FRAME_UTIL_H_
|
||||
|
Reference in New Issue
Block a user