Skip to content

Commit c814beb

Browse files
Update CefBrowserHost.cs
1 parent 3e7b2d5 commit c814beb

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

CefGlue/Classes.Proxies/CefBrowserHost.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,7 @@ public void AddWordToDictionary(string word)
514514
/// <summary>
515515
/// Returns true if window rendering is disabled.
516516
/// </summary>
517-
public bool IsWindowRenderingDisabled
518-
{
519-
get
520-
{
521-
return cef_browser_host_t.is_window_rendering_disabled(_self) != 0;
522-
}
523-
}
517+
public bool IsWindowRenderingDisabled => cef_browser_host_t.is_window_rendering_disabled(_self) != 0;
524518

525519
/// <summary>
526520
/// Notify the browser that the widget has been resized. The browser will

0 commit comments

Comments
 (0)