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

Unified Diff: athena/home/home_card_impl.cc

Issue 465983002: Add shoftcut (ctrl-f6) to toggle split view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | athena/wm/split_view_controller.h » ('j') | athena/wm/split_view_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/home_card_impl.cc
diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
index c1908de0563b43dfd0908a0e6877b128df278f8f..fa42bdda219a36948ea4ad46b5396dccb86b4e62 100644
--- a/athena/home/home_card_impl.cc
+++ b/athena/home/home_card_impl.cc
@@ -292,9 +292,9 @@ class HomeCardView : public views::WidgetDelegateView {
app_list::ContentsView::NAMED_PAGE_START));
}
wm::SetShadowType(GetWidget()->GetNativeView(),
- state == HomeCard::VISIBLE_MINIMIZED ?
- wm::SHADOW_TYPE_NONE :
- wm::SHADOW_TYPE_RECTANGULAR);
+ state == HomeCard::VISIBLE_MINIMIZED
+ ? wm::SHADOW_TYPE_NONE
+ : wm::SHADOW_TYPE_RECTANGULAR);
}
void ClearGesture() {
« no previous file with comments | « no previous file | athena/wm/split_view_controller.h » ('j') | athena/wm/split_view_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698