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

Unified Diff: mojo/services/view_manager/default_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
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,
« no previous file with comments | « mojo/services/view_manager/context_factory_impl.cc ('k') | mojo/services/view_manager/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698