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

Unified Diff: ash/wm/overview/window_selector_item.cc

Issue 884653003: gfx::ShadowValue: offset is a Vector2d, not Point. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile. Created 5 years, 10 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 | « ash/touch/touch_hud_debug.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_item.cc
diff --git a/ash/wm/overview/window_selector_item.cc b/ash/wm/overview/window_selector_item.cc
index 0ee5f7cfaa19e8ca464a2fdff90daa0bef462feb..b7bbe26f4044b7e11f5e894a0efb345cdf28fb7b 100644
--- a/ash/wm/overview/window_selector_item.cc
+++ b/ash/wm/overview/window_selector_item.cc
@@ -422,7 +422,7 @@ void WindowSelectorItem::CreateWindowLabel(const base::string16& title) {
window_label_button_view_->set_animate_on_state_change(false);
window_label_button_view_->SetHorizontalAlignment(gfx::ALIGN_CENTER);
window_label_button_view_->SetTextShadows(gfx::ShadowValues(
- 1, gfx::ShadowValue(gfx::Point(0, kVerticalShadowOffset), kShadowBlur,
+ 1, gfx::ShadowValue(gfx::Vector2d(0, kVerticalShadowOffset), kShadowBlur,
kLabelShadow)));
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
window_label_button_view_->SetFontList(
« no previous file with comments | « ash/touch/touch_hud_debug.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698