|
|
Remove Views dependency from window_animations.cc
. Adds an "owner" property to Layer that identifies its LayerOwner. If a Layer is not owned by a LayerOwner that's OK - this property will be NULL.
. Provides a more formal API to LayerOwner, e.g. SetLayer, which initializes the bound Layer's owner property.
. Updates Window and View to use this new API.
R=sky@chromium.org
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255106
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -130 lines) |
Patch |
 |
M |
ui/aura/test/window_test_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window.cc
|
View
|
1
|
26 chunks |
+77 lines, -80 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer.h
|
View
|
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/layer_owner.h
|
View
|
1
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/compositor/layer_owner.cc
|
View
|
1
|
1 chunk |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/corewm/DEPS
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/corewm/window_animations.cc
|
View
|
|
2 chunks |
+9 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ui/views/view.cc
|
View
|
|
4 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|