mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
mac: views: Add CefWindowDelegate::OnWindowFullscreenTransition
This commit is contained in:
committed by
Marshall Greenblatt
parent
6569ef09c5
commit
cad2498d87
@@ -30,6 +30,8 @@ class CefNativeWidgetMac : public views::NativeWidgetMac {
|
||||
|
||||
void GetWindowFrameTitlebarHeight(bool* override_titlebar_height,
|
||||
float* titlebar_height) override;
|
||||
void OnWindowFullscreenTransitionStart() override;
|
||||
void OnWindowFullscreenTransitionComplete() override;
|
||||
|
||||
private:
|
||||
const CefRefPtr<CefWindow> window_;
|
||||
|
Reference in New Issue
Block a user