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

Unified Diff: ui/app_list/cocoa/apps_pagination_model_observer.h

Issue 14999013: Allow pages on the OSX app launcher to be turned while dragging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 7 years, 7 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
Index: ui/app_list/cocoa/apps_pagination_model_observer.h
diff --git a/ui/app_list/cocoa/apps_pagination_model_observer.h b/ui/app_list/cocoa/apps_pagination_model_observer.h
index 397b79b2a0ffea632a045c80d8958dc87322362d..c5685e0109059001c0249425b879bb5800312eea 100644
--- a/ui/app_list/cocoa/apps_pagination_model_observer.h
+++ b/ui/app_list/cocoa/apps_pagination_model_observer.h
@@ -18,6 +18,9 @@
// Invoked when the portion of pages that are visible have changed.
- (void)pageVisibilityChanged;
+// Return a pager segment at |locationInWindow| or -1 if there is none.
+- (NSInteger)pagerSegmentAtLocation:(NSPoint)locationInWindow;
+
@end
#endif // UI_APP_LIST_COCOA_APP_LIST_APPS_PAGINATION_MODEL_OBSERVER_H_
« no previous file with comments | « ui/app_list/cocoa/apps_grid_controller_unittest.mm ('k') | ui/app_list/cocoa/test/apps_grid_controller_test_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698