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

Unified Diff: views/controls/combobox/combobox.h

Issue 7982009: views: Add comment to Combobox's native wrapper about its lifetime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | views/controls/combobox/combobox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/combobox/combobox.h
diff --git a/views/controls/combobox/combobox.h b/views/controls/combobox/combobox.h
index 1971f7fcd2a95d920cc5209e1d50791e3606b337..a58268897207aac98d0070b2a8a6b247ba507fdc 100644
--- a/views/controls/combobox/combobox.h
+++ b/views/controls/combobox/combobox.h
@@ -82,7 +82,8 @@ class VIEWS_EXPORT Combobox : public View {
protected:
// Overridden from View:
- virtual void ViewHierarchyChanged(bool is_add, View* parent,
+ virtual void ViewHierarchyChanged(bool is_add,
+ View* parent,
View* child) OVERRIDE;
virtual std::string GetClassName() const OVERRIDE;
« no previous file with comments | « no previous file | views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698