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

@@ -68,6 +68,8 @@ class CefWindowView
bool ShouldDescendIntoChildForEventHandling(
gfx::NativeView child,
const gfx::Point& location) override;
bool MaybeGetMinimumSize(gfx::Size* size) const override;
bool MaybeGetMaximumSize(gfx::Size* size) const override;
// views::View methods:
void ViewHierarchyChanged(