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

Unified Diff: chrome/views/scroll_view.h

Issue 18757: Porting in chrome/views/ (Closed)
Patch Set: sync with trunk Created 11 years, 11 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 | « chrome/views/native_scroll_bar.h ('k') | chrome/views/throbber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/scroll_view.h
diff --git a/chrome/views/scroll_view.h b/chrome/views/scroll_view.h
index db0685a3c38616b42866e9250ae37a8b6e7f955e..54996b5b939e58110561cdf291ed60681352ef84 100644
--- a/chrome/views/scroll_view.h
+++ b/chrome/views/scroll_view.h
@@ -26,7 +26,7 @@ namespace views {
class ScrollView : public View,
public ScrollBarController {
public:
- static const char* const ScrollView::kViewClassName;
+ static const char* const kViewClassName;
ScrollView();
// Initialize with specific views. resize_corner is optional.
@@ -42,7 +42,7 @@ class ScrollView : public View,
// Overridden to layout the viewport and scrollbars.
virtual void Layout();
-
+
// Returns the visible region of the content View.
gfx::Rect GetVisibleRect() const;
« no previous file with comments | « chrome/views/native_scroll_bar.h ('k') | chrome/views/throbber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698