mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Fix multiple issues with hide-frame (fixes issue #3168)
This commit is contained in:
@@ -182,6 +182,7 @@ class CaptionlessFrameView : public views::NonClientFrameView {
|
||||
|
||||
void Layout() override {
|
||||
client_view_bounds_.SetRect(0, 0, width(), height());
|
||||
views::NonClientFrameView::Layout();
|
||||
}
|
||||
|
||||
gfx::Size CalculatePreferredSize() const override {
|
||||
|
Reference in New Issue
Block a user