move native-mate back into the api layer

This commit is contained in:
Shelley Vohr 2018-02-27 13:00:42 -08:00
parent 837a2d4bbd
commit 2abc69780e
No known key found for this signature in database
GPG key ID: F13993A75599653C
5 changed files with 11 additions and 9 deletions

View file

@ -336,8 +336,8 @@ void NativeWindow::MoveTabToNewWindow() {
void NativeWindow::ToggleTabBar() {
}
void NativeWindow::AddTabbedWindow(NativeWindow* window,
mate::Arguments* args) {
bool NativeWindow::AddTabbedWindow(NativeWindow* window) {
return true; // for non-Mac platforms
}
void NativeWindow::SetVibrancy(const std::string& filename) {