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

Unified Diff: ash/common/wm/overview/window_selector_item.h

Issue 2433233005: Cleanup: Remove unused arguments, member variable (Closed)
Patch Set: Cleanup: Remove unused arguments, member variable 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
Index: ash/common/wm/overview/window_selector_item.h
diff --git a/ash/common/wm/overview/window_selector_item.h b/ash/common/wm/overview/window_selector_item.h
index 6e580b31b6acdcebae8b486f76d8f7485bcd88bb..ce5f171de58830edad92809dfa4abda4edcd9504 100644
--- a/ash/common/wm/overview/window_selector_item.h
+++ b/ash/common/wm/overview/window_selector_item.h
@@ -135,10 +135,8 @@ class ASH_EXPORT WindowSelectorItem : public views::ButtonListener,
// Closes |transform_window_|.
void CloseWindow();
- // Hides the original window header and sets shape or mask on a window.
- // When masks are used, rounded corner |radius| can be specified.
- // TODO(varkha): remove |radius|.
- void HideHeaderAndSetShape(int radius);
+ // Hides the original window header.
+ void HideHeader();
// Sets if the item is dimmed in the overview. Changing the value will also
// change the visibility of the transform windows.
« no previous file with comments | « ash/common/wm/overview/scoped_transform_overview_window.cc ('k') | ash/common/wm/overview/window_selector_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698