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

Unified Diff: content/shell/shell_gtk.cc

Issue 11777028: GTTF: Fix problems with contents detected by debugallocation: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
Index: content/shell/shell_gtk.cc
diff --git a/content/shell/shell_gtk.cc b/content/shell/shell_gtk.cc
index 25e6dd766209be217d11e8f080f566cd2df0e0e9..7dc8d4be6428c9496b472c287980483e8c3ec5de 100644
--- a/content/shell/shell_gtk.cc
+++ b/content/shell/shell_gtk.cc
@@ -214,7 +214,7 @@ void Shell::SizeTo(int width, int height) {
}
void Shell::PlatformResizeSubViews() {
- SizeTo(content_width_, content_height_);
+ SizeTo(1000, 600);
jam 2013/01/08 18:00:55 you should check this with whoever wrote the gtk v
}
void Shell::Close() {

Powered by Google App Engine
This is Rietveld 408576698