mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Linux: Support CefWindowDelegate::CanResize restriction
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user