Setting raw pointer to nullptr as default so it can be detected as noninitialized

This commit is contained in:
Tomas Rycl 2017-10-11 08:14:03 +00:00 committed by Cheng Zhao
parent 3a3eb69d0f
commit e321a4a433

View file

@ -89,7 +89,7 @@ class WebViewGuestDelegate : public content::BrowserPluginGuestDelegate,
gfx::Size GetDefaultSize() const;
// The WebContents that attaches this guest view.
content::WebContents* embedder_web_contents_;
content::WebContents* embedder_web_contents_ = nullptr;
// The zoom controller of the embedder that is used
// to subscribe for zoom changes.