diff options
Diffstat (limited to 'components/mus/vm/access_policy.h')
-rw-r--r-- | components/mus/vm/access_policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/vm/access_policy.h b/components/mus/vm/access_policy.h index d28e678..f2862b4 100644 --- a/components/mus/vm/access_policy.h +++ b/components/mus/vm/access_policy.h @@ -35,7 +35,7 @@ class AccessPolicy { virtual bool CanEmbed(const ServerView* view, uint32_t policy_bitmask) const = 0; virtual bool CanChangeViewVisibility(const ServerView* view) const = 0; - virtual bool CanSetViewSurfaceId(const ServerView* view) const = 0; + virtual bool CanSetWindowSurfaceId(const ServerView* view) const = 0; virtual bool CanSetViewBounds(const ServerView* view) const = 0; virtual bool CanSetViewProperties(const ServerView* view) const = 0; virtual bool CanSetViewTextInputState(const ServerView* view) const = 0; |