mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Allow CefImage usage from any thread
This commit is contained in:
@ -46,8 +46,8 @@
|
||||
// image representations should be the same size in density independent pixel
|
||||
// (DIP) units. For example, if the image at scale factor 1.0 is 100x100 pixels
|
||||
// then the image at scale factor 2.0 should be 200x200 pixels -- both images
|
||||
// will display with a DIP size of 100x100 units. The methods of this class must
|
||||
// be called on the browser process UI thread.
|
||||
// will display with a DIP size of 100x100 units. The methods of this class can
|
||||
// be called on any browser process thread.
|
||||
///
|
||||
/*--cef(source=library)--*/
|
||||
class CefImage : public virtual CefBaseRefCounted {
|
||||
|
Reference in New Issue
Block a user