Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: ui/views/widget/native_widget_mac.h

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: WIP Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/native_widget_mac.h
diff --git a/ui/views/widget/native_widget_mac.h b/ui/views/widget/native_widget_mac.h
index 25e52d78ab3b89e3092037ca02cd6fd8f8ef5954..f93597effa99577373f2f2a84287727285ed9e48 100644
--- a/ui/views/widget/native_widget_mac.h
+++ b/ui/views/widget/native_widget_mac.h
@@ -106,6 +106,8 @@ class VIEWS_EXPORT NativeWidgetMac : public internal::NativeWidgetPrivate {
void Restore() override;
void SetFullscreen(bool fullscreen) override;
bool IsFullscreen() const override;
+ void Pin(bool trusted) override;
+ bool IsPinned() const override;
void SetOpacity(float opacity) override;
void FlashFrame(bool flash_frame) override;
void RunShellDrag(View* view,

Powered by Google App Engine
This is Rietveld 408576698