Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4482)

Unified Diff: chrome/browser/tab_contents/web_contents_view_gtk.cc

Issue 27169: Linux: add splash screen (Closed)
Patch Set: ... Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_factory.cc ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/web_contents_view_gtk.cc
diff --git a/chrome/browser/tab_contents/web_contents_view_gtk.cc b/chrome/browser/tab_contents/web_contents_view_gtk.cc
index c63d2bfd969f72a593d656459282d1e8c6ae6438..62fbd3a2ed2ece2b38cfa88f8bb8b10ff960510c 100644
--- a/chrome/browser/tab_contents/web_contents_view_gtk.cc
+++ b/chrome/browser/tab_contents/web_contents_view_gtk.cc
@@ -29,6 +29,7 @@ WebContentsView* WebContentsView::Create(WebContents* web_contents) {
WebContentsViewGtk::WebContentsViewGtk(WebContents* web_contents)
: web_contents_(web_contents),
vbox_(gtk_vbox_new(FALSE, 0)) {
+ g_object_ref_sink(vbox_);
}
WebContentsViewGtk::~WebContentsViewGtk() {
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_factory.cc ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698