| Index: trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (revision 274327)
|
| +++ trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (working copy)
|
| @@ -20,11 +20,9 @@
|
| ~ViewManagerPrivate();
|
|
|
| ViewManagerSynchronizer* synchronizer() {
|
| - return manager_->synchronizer_;
|
| + return manager_->synchronizer_.get();
|
| }
|
| - void set_synchronizer(ViewManagerSynchronizer* synchronizer) {
|
| - manager_->synchronizer_ = synchronizer;
|
| - }
|
| + ServiceProvider* service_provider() { return manager_->service_provider_; }
|
|
|
| void set_root(ViewTreeNode* root) { manager_->tree_ = root; }
|
|
|
|
|