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

Unified Diff: ui/views/controls/menu/menu_scroll_view_container.h

Issue 1882143004: Revert of Added Layer based clipping to MenuScrollViewContainer::MenuScrollView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | ui/views/controls/menu/menu_scroll_view_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_scroll_view_container.h
diff --git a/ui/views/controls/menu/menu_scroll_view_container.h b/ui/views/controls/menu/menu_scroll_view_container.h
index 469935fc2570fad162c4a5341dc11cd3b7e05dd1..d2a2548c10aa2d1f97fdc99b95924974e10d738d 100644
--- a/ui/views/controls/menu/menu_scroll_view_container.h
+++ b/ui/views/controls/menu/menu_scroll_view_container.h
@@ -19,8 +19,6 @@
// the preferred height of the SubmenuView is bigger than our bounds.
class MenuScrollViewContainer : public View {
public:
- static const char kViewClassName[];
-
explicit MenuScrollViewContainer(SubmenuView* content_view);
// Returns the buttons for scrolling up/down.
@@ -34,7 +32,6 @@
void SetBubbleArrowOffset(int offset);
// View overrides.
- const char* GetClassName() const override;
gfx::Size GetPreferredSize() const override;
void Layout() override;
void OnPaintBackground(gfx::Canvas* canvas) override;
« no previous file with comments | « no previous file | ui/views/controls/menu/menu_scroll_view_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698