| Index: mojo/services/view_manager/window_manager_access_policy.h
|
| diff --git a/mojo/services/view_manager/window_manager_access_policy.h b/mojo/services/view_manager/window_manager_access_policy.h
|
| index 90813adb2277656cf768e679166c790518a1ae84..5730a18b96bb1ed5fc9fcf362b3845220ec0c7b7 100644
|
| --- a/mojo/services/view_manager/window_manager_access_policy.h
|
| +++ b/mojo/services/view_manager/window_manager_access_policy.h
|
| @@ -32,7 +32,7 @@ class WindowManagerAccessPolicy : 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,
|
|
|