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

Unified Diff: ash/common/wm/window_cycle_list.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « ash/common/wm/overview/window_selector_item.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_cycle_list.cc
diff --git a/ash/common/wm/window_cycle_list.cc b/ash/common/wm/window_cycle_list.cc
index 32ae915bcc5a05a61fc391576f308082ec6fabc4..88581e578b6e3c43afc3a53dab48d7017d57c64f 100644
--- a/ash/common/wm/window_cycle_list.cc
+++ b/ash/common/wm/window_cycle_list.cc
@@ -119,8 +119,8 @@ class WindowPreviewView : public views::View, public WmWindowObserver {
window_title_->font_list().DeriveWithSizeDelta(kLabelSizeDelta));
const int kAboveLabelPadding = 5;
const int kBelowLabelPadding = 10;
- window_title_->SetBorder(views::Border::CreateEmptyBorder(
- kAboveLabelPadding, 0, kBelowLabelPadding, 0));
+ window_title_->SetBorder(
+ views::CreateEmptyBorder(kAboveLabelPadding, 0, kBelowLabelPadding, 0));
AddChildView(window_title_);
// Preview padding is black at 50% opacity.
« no previous file with comments | « ash/common/wm/overview/window_selector_item.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698