Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: mojo/services/view_manager/access_policy.h

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/view_manager/DEPS ('k') | mojo/services/view_manager/connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/access_policy.h
diff --git a/mojo/services/view_manager/access_policy.h b/mojo/services/view_manager/access_policy.h
index 66167ca720f1c944c8588776c7f79b40e8ad5115..cac55795c467756651ae58515d860aaa876d9849 100644
--- a/mojo/services/view_manager/access_policy.h
+++ b/mojo/services/view_manager/access_policy.h
@@ -35,7 +35,7 @@ class AccessPolicy {
virtual bool CanDescendIntoViewForViewTree(const ServerView* view) const = 0;
virtual bool CanEmbed(const ServerView* view) const = 0;
virtual bool CanChangeViewVisibility(const ServerView* view) const = 0;
- virtual bool CanSetViewContents(const ServerView* view) const = 0;
+ virtual bool CanSetViewSurfaceId(const ServerView* view) const = 0;
virtual bool CanSetViewBounds(const ServerView* view) const = 0;
// Returns whether the connection should notify on a hierarchy change.
« no previous file with comments | « mojo/services/view_manager/DEPS ('k') | mojo/services/view_manager/connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698