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

Unified Diff: views/view.cc

Issue 7056027: views: Rename child_widget() to GetChildWidget(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « views/view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.cc
diff --git a/views/view.cc b/views/view.cc
index cf6a790e9068209cd4491adf80cd0eb2108fe9ae..3b409b6e7549c0a1c078d5d6c043b0e8eaf7802e 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -87,7 +87,7 @@ bool View::IsHotTracked() const {
// FATE TBD --------------------------------------------------------------------
-Widget* View::child_widget() {
+Widget* View::GetChildWidget() {
return NULL;
}
« no previous file with comments | « views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698