| Index: ui/aura/test/window_test_api.cc
|
| diff --git a/ui/aura/test/window_test_api.cc b/ui/aura/test/window_test_api.cc
|
| index 07073c1f8f5b2aef27d320ef874ef6c0a77f50f3..0ea3e18a0a10e261f16221cf78a9ee7eeff833bc 100644
|
| --- a/ui/aura/test/window_test_api.cc
|
| +++ b/ui/aura/test/window_test_api.cc
|
| @@ -13,7 +13,7 @@ WindowTestApi::WindowTestApi(Window* window) : window_(window) {
|
| }
|
|
|
| bool WindowTestApi::OwnsLayer() const {
|
| - return window_->layer_owner_.get() != NULL;
|
| + return window_->OwnsLayer();
|
| }
|
|
|
| bool WindowTestApi::ContainsMouse() const {
|
|
|