~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/3-chrome-xid.patch

  • Committer: Chad Miller
  • Date: 2013-04-10 17:26:30 UTC
  • Revision ID: chad.miller@canonical.com-20130410172630-0ggoeum29w1f8hmi
Update webapps patches.

Ignore src and quilt files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: src/chrome/browser/ui/gtk/browser_window_gtk.cc
2
 
===================================================================
3
 
--- src/chrome/browser/ui/gtk/browser_window_gtk.cc     (revision 179520)
4
 
+++ src/chrome/browser/ui/gtk/browser_window_gtk.cc     (working copy)
5
 
@@ -148,6 +148,12 @@
 
1
--- a/src/chrome/browser/ui/gtk/browser_window_gtk.cc
 
2
+++ b/src/chrome/browser/ui/gtk/browser_window_gtk.cc
 
3
@@ -147,6 +147,12 @@
6
4
 // gtk_window_get_position() after the last GTK configure-event signal.
7
5
 const int kDebounceTimeoutMilliseconds = 100;
8
6
 
15
13
 // Using gtk_window_get_position/size creates a race condition, so only use
16
14
 // this to get the initial bounds.  After window creation, we pick up the
17
15
 // normal bounds by connecting to the configure-event signal.
18
 
@@ -323,6 +329,20 @@
 
16
@@ -322,6 +328,20 @@
19
17
     InitWidgets();
20
18
   }
21
19