X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fcontrols%2Fscroll_view.h;h=f6e85642a8337281e03b1208b2f4faa4ffa5d825;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c1c18713af094fb42e12f77dfa5410a2aa4e05ff;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/controls/scroll_view.h b/src/ui/views/controls/scroll_view.h index c1c1871..f6e8564 100644 --- a/src/ui/views/controls/scroll_view.h +++ b/src/ui/views/controls/scroll_view.h @@ -92,6 +92,7 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController { bool is_positive) OVERRIDE; private: + FRIEND_TEST_ALL_PREFIXES(ScrollViewTest, CornerViewVisibility); class Viewport; // Used internally by SetHeader() and SetContents() to reset the view. Sets @@ -111,7 +112,7 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController { bool* horiz_is_shown, bool* vert_is_shown) const; - // Shows or hides the scrollbar/resize_corner based on the value of + // Shows or hides the scrollbar/corner_view based on the value of // |should_show|. void SetControlVisibility(View* control, bool should_show); @@ -134,8 +135,8 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController { // Vertical scrollbar. ScrollBar* vert_sb_; - // Resize corner. - View* resize_corner_; + // Corner view. + View* corner_view_; // The min and max height for the bounded scroll view. These are negative // values if the view is not bounded.