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

Unified Diff: ash/test/overflow_bubble_view_test_api.cc

Issue 1866403005: Fix rtl shelf overflow bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test Created 4 years, 8 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/test/overflow_bubble_view_test_api.cc
diff --git a/ash/test/overflow_bubble_view_test_api.cc b/ash/test/overflow_bubble_view_test_api.cc
index 59a1096eb1f1b811da90779d969902038a80054c..778242701caac828162831e7086b7be5ed192804 100644
--- a/ash/test/overflow_bubble_view_test_api.cc
+++ b/ash/test/overflow_bubble_view_test_api.cc
@@ -25,5 +25,9 @@ void OverflowBubbleViewTestAPI::ScrollByXOffset(int x_offset) {
bubble_view_->Layout();
}
+views::BubbleFrameView* OverflowBubbleViewTestAPI::GetBubbleFrameView() {
+ return bubble_view_->GetBubbleFrameView();
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698