views: Linux: Support CefWindowDelegate::CanResize restriction

This commit is contained in:
Marshall Greenblatt
2017-08-25 14:41:30 -07:00
parent 7f6c18af09
commit 64e6971099
4 changed files with 61 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ patches = [
# and WS_SYSMENU styles. Otherwise Windows 10 enforces a minimum window
# width of ~116 units that cannot be overridden.
# Linux: Allow creation of activatable menu windows.
# Linux: Support CefWindowDelegate::CanResize restriction by specifying
# min/max Widget size values.
# https://bitbucket.org/chromiumembedded/cef/issues/1947
#
# Support configuration of RWHVGuest device scale factor.