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

Unified Diff: views/view.cc

Issue 341008: CompactLocationBar (Closed)
Patch Set: comment updated Created 11 years, 2 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 1e0982457ced22c825c129db61f1d79ccdf6d591..1e1cd206fc0151dcfc926b234c9355da8439ebdf 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -1384,7 +1384,7 @@ int View::GetLineScrollIncrement(ScrollView* scroll_view,
return 0;
}
-ThemeProvider* View::GetThemeProvider() {
+ThemeProvider* View::GetThemeProvider() const {
Widget* widget = GetWidget();
return widget ? widget->GetThemeProvider() : 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