Skip to content
Snippets Groups Projects
Commit 279ef507 authored by DarkGod's avatar DarkGod
Browse files

update for awesomium 1.7.4

parent 8ee6c904
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ public:
class TE4DataSource : public DataSource {
public:
virtual void OnRequest(int request_id, const WebString& wpath) {
virtual void OnRequest(int request_id, const ResourceRequest& request, const WebString& wpath) {
const char *path = webstring_to_buf(wpath, NULL);
WebEvent *event = new WebEvent();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment