mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Add support for accelerators (issue #2102)
This commit is contained in:
@@ -368,6 +368,10 @@ gfx::ImageSkia CefWindowView::GetWindowAppIcon() {
|
||||
GetForced1xScaleRepresentation(GetDisplay().device_scale_factor());
|
||||
}
|
||||
|
||||
void CefWindowView::WindowClosing() {
|
||||
window_delegate_->OnWindowClosing();
|
||||
}
|
||||
|
||||
views::View* CefWindowView::GetContentsView() {
|
||||
// |this| will be the "Contents View" hosted by the Widget via ClientView and
|
||||
// RootView.
|
||||
|
Reference in New Issue
Block a user