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

Unified Diff: ash/shelf/shelf_view_unittest.cc

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Refactored Created 3 years, 9 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/shelf/shelf_view_unittest.cc
diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
index d3a1b3d3a4c6ef74c2a2af6d0f604e8557a37832..f0523cf1f8312f66785efc5087eaf47fc45e7926 100644
--- a/ash/shelf/shelf_view_unittest.cc
+++ b/ash/shelf/shelf_view_unittest.cc
@@ -1939,6 +1939,8 @@ class InkDropSpy : public views::InkDrop {
ink_drop_->SetFocused(is_focused);
}
+ bool IsHighlightFadingInOrVisible() const override { return false; }
bruthig 2017/03/14 03:49:37 This should return |ink_drop_|->IsHighlightFadingI
spqchan 2017/03/21 18:25:22 Done.
+
std::unique_ptr<views::InkDrop> ink_drop_;
std::vector<views::InkDropState> requested_states_;

Powered by Google App Engine
This is Rietveld 408576698