|
|
Move DisplayUtils methods into gfx::Screen.
These methods are currently just used by metrics. I moved
them from base into the browser a while back, but I think it
makes the most sense for them to live in gfx::Screen. I'm
also relocating the tests to ui_unittest and making them work
on Aura.
BUG= 99711, 100341
TEST=ran ui_unittest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107027
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+158 lines, -198 lines) |
Patch |
 |
D |
chrome/browser/metrics/display_utils.h
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/display_utils_aura.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/display_utils_gtk.cc
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/display_utils_mac.cc
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/display_utils_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/display_utils_win.cc
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_log.cc
|
View
|
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/screen_aura.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/screen_aura.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen_aura.cc
|
View
|
1
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen_gtk.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen_mac.mm
|
View
|
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/screen_unittest.cc
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen_win.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui_unittests.gypi
|
View
|
|
2 chunks |
+6 lines, -0 lines |
1 comment
|
Download
|
Total messages: 7 (0 generated)
|