windows: Fix Views test failures (fixes issue #3365)

This commit is contained in:
Marshall Greenblatt
2022-07-27 13:57:53 -04:00
parent a9043f2e80
commit 654f570b6e
6 changed files with 39 additions and 18 deletions

View File

@@ -43,8 +43,10 @@
class CefView;
///
// Implement this interface to handle view events. The methods of this class
// will be called on the browser process UI thread unless otherwise indicated.
// Implement this interface to handle view events. All size and position values
// are in density independent pixels (DIP) unless otherwise indicated. The
// methods of this class will be called on the browser process UI thread unless
// otherwise indicated.
///
/*--cef(source=client)--*/
class CefViewDelegate : public virtual CefBaseRefCounted {