chrome: Support customization of context menus (see issue #2969)

This commit is contained in:
Marshall Greenblatt
2021-04-08 19:15:51 -04:00
parent 701f51b1cc
commit 09a9d9b54c
12 changed files with 1169 additions and 10 deletions

View File

@@ -171,6 +171,10 @@ cef_color_t MainContextImpl::GetBackgroundColor() {
return background_color_;
}
bool MainContextImpl::UseChromeRuntime() {
return use_chrome_runtime_;
}
bool MainContextImpl::UseViews() {
return use_views_;
}