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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h

Issue 397263004: Nukes change_ids from view manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
index 83836482fa26d0a76c58ed70c9971046a01eb73f..69715b0316b37e8b603cb9b36c3532f2633af067 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
@@ -102,23 +102,19 @@ class ViewManagerClientImpl : public ViewManager,
virtual void OnViewManagerConnectionEstablished(
ConnectionSpecificId connection_id,
const String& creator_url,
- Id next_server_change_id,
Array<NodeDataPtr> nodes) OVERRIDE;
virtual void OnRootAdded(Array<NodeDataPtr> nodes) OVERRIDE;
- virtual void OnServerChangeIdAdvanced(Id next_server_change_id) OVERRIDE;
virtual void OnNodeBoundsChanged(Id node_id,
RectPtr old_bounds,
RectPtr new_bounds) OVERRIDE;
virtual void OnNodeHierarchyChanged(Id node_id,
Id new_parent_id,
Id old_parent_id,
- Id server_change_id,
Array<NodeDataPtr> nodes) OVERRIDE;
virtual void OnNodeReordered(Id node_id,
Id relative_node_id,
- OrderDirection direction,
- Id server_change_id) OVERRIDE;
- virtual void OnNodeDeleted(Id node_id, Id server_change_id) OVERRIDE;
+ OrderDirection direction) OVERRIDE;
+ virtual void OnNodeDeleted(Id node_id) OVERRIDE;
virtual void OnNodeViewReplaced(Id node,
Id new_view_id,
Id old_view_id) OVERRIDE;
@@ -143,7 +139,6 @@ class ViewManagerClientImpl : public ViewManager,
bool connected_;
ConnectionSpecificId connection_id_;
ConnectionSpecificId next_id_;
- Id next_server_change_id_;
std::string creator_url_;
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698