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

Unified Diff: athena/wm/split_view_controller_unittest.cc

Issue 545393002: Adding split view divider widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code format Created 6 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
Index: athena/wm/split_view_controller_unittest.cc
diff --git a/athena/wm/split_view_controller_unittest.cc b/athena/wm/split_view_controller_unittest.cc
index 06cde2096dd7e19be9ccae2bd1caaadaf0d2876d..6d91aabedeb1174ba1cb52405f7ef25f1cff9cc0 100644
--- a/athena/wm/split_view_controller_unittest.cc
+++ b/athena/wm/split_view_controller_unittest.cc
@@ -47,7 +47,7 @@ class SplitViewControllerTest : public test::AthenaTestBase {
}
bool IsSplitViewAllowed() const {
- return api_->GetSplitViewController()->CanScroll();
+ return api_->GetSplitViewController()->BezelCanScroll();
}
test::WindowManagerImplTestApi* api() {

Powered by Google App Engine
This is Rietveld 408576698