Reset embedder_zoom_controller_ before assigning new one

This commit is contained in:
Ales Pergl 2017-11-30 16:09:05 +01:00
parent fd7af5c1d9
commit dadfbd3a4f
2 changed files with 14 additions and 4 deletions

View file

@ -88,6 +88,8 @@ class WebViewGuestDelegate : public content::BrowserPluginGuestDelegate,
// Returns the default size of the guestview.
gfx::Size GetDefaultSize() const;
void ResetZoomController();
// The WebContents that attaches this guest view.
content::WebContents* embedder_web_contents_ = nullptr;