|
Move ImageWindowDelegate to ui/aura_extra
In order to be able to use it in places other than content (e.g. handles
for unified touch selection controller), ImageWindowDelegate is moved to
a new ui module called aura_extra.
Also, to make it more useful, ImageWindowDelegate can now be customized
by setting background color and image offset.
COLLABORATOR=mfomitchev
BUG= 399721
Committed: https://crrev.com/166a918168791ad0f62ee28862ef520c5d7fbf35
Cr-Commit-Position: refs/heads/master@{#315344}
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+152 lines, -194 lines) |
Patch |
|
M |
build/all.gyp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/BUILD.gn
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
D |
content/browser/web_contents/aura/image_window_delegate.h
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
|
D |
content/browser/web_contents/aura/image_window_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/aura/overscroll_navigation_overlay.h
|
View
|
1
2
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/aura/overscroll_navigation_overlay.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_view_aura.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
ui/aura_extra/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/aura_extra/DEPS
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/aura_extra/aura_extra.gyp
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/aura_extra/aura_extra_export.h
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ui/aura_extra/image_window_delegate.h
|
View
|
1
2
3
4
5
|
2 chunks |
+25 lines, -11 lines |
0 comments
|
Download
|
|
A + |
ui/aura_extra/image_window_delegate.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 33 (12 generated)
|