|
Defer app window appearance until first paint.
In order to avoid an ugly flash of white pixels when a new app window is
shown, this patch defers showing a window until a non-empty backing
store update has completed.
The feature is behind the "enable-apps-show-on-first-paint" flag.
BUG= 225843, 254152
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233422
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -9 lines) |
Patch |
 |
M |
apps/shell_window.h
|
View
|
1
|
5 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell_window.cc
|
View
|
1
2
|
9 chunks |
+60 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/app_window/app_window_api.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents_observer.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|