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

Unified Diff: ui/app_list/app_list_folder_item.h

Issue 657793004: Moved FolderImageSource class to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/app-list-typedefs-iwyu
Patch Set: Fix GN. Created 6 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 | « ui/app_list/app_list.gyp ('k') | ui/app_list/app_list_folder_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_folder_item.h
diff --git a/ui/app_list/app_list_folder_item.h b/ui/app_list/app_list_folder_item.h
index 3610fc34ca032e4fcccd3e916ca2ede023eec6ca..cd572e71dbba2c43bfad6f7f407c49d72efef12c 100644
--- a/ui/app_list/app_list_folder_item.h
+++ b/ui/app_list/app_list_folder_item.h
@@ -68,12 +68,6 @@ class APP_LIST_EXPORT AppListFolderItem : public AppListItem,
void OnExtensionPreferenceChanged() override;
bool CompareForTest(const AppListItem* other) const override;
- // Calculates the top item icons' bounds inside |folder_icon_bounds|.
- // Returns the bounds of top item icons in sequence of top left, top right,
- // bottom left, bottom right.
- static std::vector<gfx::Rect> GetTopIconsBounds(
- const gfx::Rect& folder_icon_bounds);
-
// Returns an id for a new folder.
static std::string GenerateId();
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/app_list_folder_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698