| Index: sky/viewer/document_view.cc
|
| diff --git a/sky/viewer/document_view.cc b/sky/viewer/document_view.cc
|
| index 0bfbeca61cc1ae882737332713e88baaba237217..b8258868439202d43f47cf77a22ba6f76a50370c 100644
|
| --- a/sky/viewer/document_view.cc
|
| +++ b/sky/viewer/document_view.cc
|
| @@ -209,6 +209,10 @@ mojo::NavigatorHost* DocumentView::NavigatorHost() {
|
| return navigator_host_.get();
|
| }
|
|
|
| +mojo::Shell* DocumentView::Shell() {
|
| + return shell_.get();
|
| +}
|
| +
|
| void DocumentView::OnViewBoundsChanged(mojo::View* view,
|
| const mojo::Rect& old_bounds,
|
| const mojo::Rect& new_bounds) {
|
|
|