mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add binary format support to CefMessageRouter (fixes #3502)
This commit is contained in:
committed by
Marshall Greenblatt
parent
1b74ac5124
commit
44323082b1
@@ -278,6 +278,13 @@ class CefBinaryValue : public virtual CefBaseRefCounted {
|
||||
/*--cef()--*/
|
||||
virtual CefRefPtr<CefBinaryValue> Copy() = 0;
|
||||
|
||||
///
|
||||
/// Returns a pointer to the beginning of the memory block.
|
||||
/// The returned pointer is valid as long as the CefBinaryValue is alive.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual const void* GetRawData() = 0;
|
||||
|
||||
///
|
||||
/// Returns the data size.
|
||||
///
|
||||
|
Reference in New Issue
Block a user