Descriptionui/views: Fix the signature of View::OnViewAdded/Removed overridden methods.
The signature changed from (commit bf2f7326):
virtual void OnViewAdded(View* parent, View* child);
To:
virtual void OnViewAdded(const View& parent, const View& child);
BUG=72040
TEST=None
R=ben@chromium.org,sky@chromium.org,pkasting@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88392
Patch Set 1 : #
Total comments: 2
Patch Set 2 : sky,peter review #
Messages
Total messages: 7 (0 generated)
|