Windows: Resize offscreen compositor window to match view size (issue #1933)

This commit is contained in:
Marshall Greenblatt
2016-08-17 17:29:38 +02:00
parent 3bd9c18309
commit 39b9b98b5c
5 changed files with 14 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ void CefRenderWidgetHostViewOSR::PlatformCreateCompositorWidget() {
compositor_widget_ = window_->xwindow();
}
void CefRenderWidgetHostViewOSR::PlatformResizeCompositorWidget(const gfx::Size&) {
}
void CefRenderWidgetHostViewOSR::PlatformDestroyCompositorWidget() {
DCHECK(window_);
window_->Close();