Skip to content

Commit ee52201

Browse files
committed
NetCore - Fix Reference Assembly (IWindowInfo.RuntimeStyle)
1 parent 527a062 commit ee52201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public WindowInfo() { }
323323
public virtual bool ExternalBeginFrameEnabled { get { throw null; } set { } }
324324
public virtual int Height { get { throw null; } set { } }
325325
public virtual System.IntPtr ParentWindowHandle { get { throw null; } set { } }
326+
public virtual CefSharp.CefRuntimeStyle RuntimeStyle { get { throw null; } set { } }
326327
public virtual bool SharedTextureEnabled { get { throw null; } set { } }
327328
public virtual uint Style { get { throw null; } set { } }
328329
public virtual int Width { get { throw null; } set { } }

0 commit comments

Comments
 (0)