Initial support for dynamic properties

This commit is contained in:
Kevin Sawicki 2017-02-28 16:08:12 -08:00
parent cbb6f8c33e
commit 98f5858b11
10 changed files with 46 additions and 33 deletions

View file

@ -347,7 +347,7 @@ void NativeWindow::DestroyTouchBar() {
void NativeWindow::SetTouchBar(mate::Arguments* args) {
}
void NativeWindow::RefreshTouchBarItem(mate::Arguments* args) {
void NativeWindow::RefreshTouchBarItem(const std::string& item_id) {
}
void NativeWindow::FocusOnWebView() {