| Index: mojo/services/view_manager/default_access_policy.h
|
| diff --git a/mojo/services/view_manager/default_access_policy.h b/mojo/services/view_manager/default_access_policy.h
|
| index 3912a876fc928b92b1503b7b6b815b4cc9a7d4d4..197736aeddadc293313c58ae32f061ae20441545 100644
|
| --- a/mojo/services/view_manager/default_access_policy.h
|
| +++ b/mojo/services/view_manager/default_access_policy.h
|
| @@ -33,7 +33,7 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| const ServerView* view) const OVERRIDE;
|
| virtual bool CanEmbed(const ServerView* view) const OVERRIDE;
|
| virtual bool CanChangeViewVisibility(const ServerView* view) const OVERRIDE;
|
| - virtual bool CanSetViewContents(const ServerView* view) const OVERRIDE;
|
| + virtual bool CanSetViewSurfaceId(const ServerView* view) const OVERRIDE;
|
| virtual bool CanSetViewBounds(const ServerView* view) const OVERRIDE;
|
| virtual bool ShouldNotifyOnHierarchyChange(
|
| const ServerView* view,
|
|
|