mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Update to Chromium revision 85305.
- Use the angle library for GL support (issue #136). - Add a workaround for the SyncRequestProxy deadlock problem (issue #192). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@233 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -142,9 +142,8 @@ public:
|
||||
}
|
||||
|
||||
// Called when a chunk of response data is received.
|
||||
// FIXME(vsevik): rename once original didReceiveData() is removed.
|
||||
virtual void didReceiveData2(WebURLLoader*, const char* data, int dataLength,
|
||||
int lengthReceived)
|
||||
virtual void didReceiveData(WebURLLoader*, const char* data, int dataLength,
|
||||
int lengthReceived)
|
||||
{
|
||||
REQUIRE_UIT();
|
||||
if(!context_)
|
||||
|
Reference in New Issue
Block a user