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

Unified Diff: ui/views/controls/scroll_view.h

Issue 2436543003: reland: Reusing Ok/Cancel buttons for intent picker (Closed)
Patch Set: Modifying the way I create a dummy event for the testing. Created 4 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 | « chrome/browser/ui/views/intent_picker_bubble_view_unittest.cc ('k') | ui/views/controls/scroll_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/scroll_view.h
diff --git a/ui/views/controls/scroll_view.h b/ui/views/controls/scroll_view.h
index ff444bb8da0d532f60b2f98d48ce5077d38bc120..8e30b169edf4447aca7affbbb453c2babefd2233 100644
--- a/ui/views/controls/scroll_view.h
+++ b/ui/views/controls/scroll_view.h
@@ -109,6 +109,10 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController {
bool is_page,
bool is_positive) override;
+ // TODO(djacobo): Remove this method when http://crbug.com/656198 is closed.
+ // Force |contents_viewport_| to enable a Layer().
+ void EnableViewPortLayer();
+
private:
friend class test::ScrollViewTestApi;
« no previous file with comments | « chrome/browser/ui/views/intent_picker_bubble_view_unittest.cc ('k') | ui/views/controls/scroll_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698