Skip to content

Commit

Permalink
Add Aura Implementation for Window.setVisibleOnAllWorkspaces
Browse files Browse the repository at this point in the history
- Add Aura mplementation for nwjs#2523 .
  • Loading branch information
mrfabbri committed Nov 28, 2014
1 parent f370742 commit 52e372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/native_window_aura.cc
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ void NativeWindowAura::SetAlwaysOnTop(bool top) {
}

void NativeWindowAura::SetVisibleOnAllWorkspaces(bool all_workspaces) {
// @TODO @mrfabbri NOT IMPLEMENTED
window_->SetVisibleOnAllWorkspaces(all_workspaces);
}

void NativeWindowAura::OnWidgetBoundsChanged(views::Widget* widget, const gfx::Rect& new_bounds) {
Expand Down

0 comments on commit 52e372b

Please sign in to comment.