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

Unified Diff: ash/common/devtools/ash_devtools_dom_agent.h

Issue 2745163003: Improve doc of ViewObserver and clarify arguments (Closed)
Patch Set: merge Created 3 years, 9 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 | ash/common/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/devtools/ash_devtools_dom_agent.h
diff --git a/ash/common/devtools/ash_devtools_dom_agent.h b/ash/common/devtools/ash_devtools_dom_agent.h
index 97990430c5b8c922b2d037f183a89da3a4af30a2..758bf63c251f34ca0e82ae283b8e2a5e59b8ce86 100644
--- a/ash/common/devtools/ash_devtools_dom_agent.h
+++ b/ash/common/devtools/ash_devtools_dom_agent.h
@@ -67,9 +67,9 @@ class ASH_EXPORT AshDevToolsDOMAgent
const gfx::Rect& new_bounds) override;
// views::ViewObserver
- void OnChildViewRemoved(views::View* view, views::View* parent) override;
- void OnChildViewAdded(views::View* view) override;
- void OnChildViewReordered(views::View*) override;
+ void OnChildViewRemoved(views::View* parent, views::View* view) override;
+ void OnChildViewAdded(views::View* parent, views::View* view) override;
+ void OnChildViewReordered(views::View* parent, views::View*) override;
void OnViewBoundsChanged(views::View* view) override;
WmWindow* GetWindowFromNodeId(int nodeId);
« no previous file with comments | « no previous file | ash/common/devtools/ash_devtools_dom_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698