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

Unified Diff: ash/shelf/shelf_view_unittest.cc

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Rebased and fixed tests 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 68d28cbb3f33d6f0d067fc4fa5a167b0a176670b..e6e786d6d39c0a6e15af41254f89b97d661d4c25 100644
--- a/ash/shelf/shelf_view_unittest.cc
+++ b/ash/shelf/shelf_view_unittest.cc
@@ -1967,6 +1967,10 @@ class InkDropSpy : public views::InkDrop {
ink_drop_->SetFocused(is_focused);
}
+ bool IsHighlightFadingInOrVisible() const override {
+ return ink_drop_->IsHighlightFadingInOrVisible();
+ }
+
std::unique_ptr<views::InkDrop> ink_drop_;
std::vector<views::InkDropState> requested_states_;

Powered by Google App Engine
This is Rietveld 408576698