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

Unified Diff: mojo/services/view_manager/server_view_delegate.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/server_view_delegate.h
diff --git a/mojo/services/view_manager/server_view_delegate.h b/mojo/services/view_manager/server_view_delegate.h
index bc83d63511e1e69b4ef42f3a8c656f75d2711cd6..5798a6509a6293760133907d3c695b118b5f3c78 100644
--- a/mojo/services/view_manager/server_view_delegate.h
+++ b/mojo/services/view_manager/server_view_delegate.h
@@ -34,7 +34,7 @@ class MOJO_VIEW_MANAGER_EXPORT ServerViewDelegate {
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) = 0;
- virtual void OnViewBitmapChanged(const ServerView* view) = 0;
+ virtual void OnViewSurfaceIdChanged(const ServerView* view) = 0;
virtual void OnWillChangeViewVisibility(const ServerView* view) = 0;
« no previous file with comments | « mojo/services/view_manager/server_view.cc ('k') | mojo/services/view_manager/view_manager_init_service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698