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

Unified Diff: ash/display/shared_display_edge_indicator.h

Issue 10917090: Update drag edge indicator view per request by UX team (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/display/mouse_cursor_event_filter_unittest.cc ('k') | ash/display/shared_display_edge_indicator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/shared_display_edge_indicator.h
diff --git a/ash/display/shared_display_edge_indicator.h b/ash/display/shared_display_edge_indicator.h
index 1913e8a13df46fb6e87f26528072ae39e8883bab..762d067b458759c5a62f4b59fdc0f6cf511ebb9a 100644
--- a/ash/display/shared_display_edge_indicator.h
+++ b/ash/display/shared_display_edge_indicator.h
@@ -20,6 +20,7 @@ class ThrobAnimation;
}
namespace views {
+class View;
class Widget;
}
@@ -46,8 +47,8 @@ class ASH_EXPORT SharedDisplayEdgeIndicator : public ui::AnimationDelegate {
// Used to show the displays' shared edge where a window can be moved across.
// |src_widget_| is for the display where drag starts and |dst_widget_| is
// for the other display.
- views::Widget* src_widget_;
- views::Widget* dst_widget_;
+ views::View* src_indicator_;
+ views::View* dst_indicator_;
// Used to transition the opacity.
scoped_ptr<ui::ThrobAnimation> animation_;
« no previous file with comments | « ash/display/mouse_cursor_event_filter_unittest.cc ('k') | ash/display/shared_display_edge_indicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698