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

Unified Diff: ash/test/display_configuration_controller_test_api.cc

Issue 2919393002: [merge to m60] cros: Do not cache |root_window| in ScreenRotationAnimator. (Closed)
Patch Set: Created 3 years, 6 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/display_configuration_controller_test_api.cc
diff --git a/ash/test/display_configuration_controller_test_api.cc b/ash/test/display_configuration_controller_test_api.cc
index 0c95897992c130119965272d4022b19cddc2d515..ad4a41c4761a7d24de9ce45312f9d5618dca3521 100644
--- a/ash/test/display_configuration_controller_test_api.cc
+++ b/ash/test/display_configuration_controller_test_api.cc
@@ -17,11 +17,6 @@ void DisplayConfigurationControllerTestApi::DisableDisplayAnimator() {
controller_->ResetAnimatorForTest();
}
-int DisplayConfigurationControllerTestApi::
- DisplayScreenRotationAnimatorMapSize() {
- return controller_->rotation_animator_map_.size();
-}
-
ScreenRotationAnimator*
DisplayConfigurationControllerTestApi::GetScreenRotationAnimatorForDisplay(
int64_t display_id) {
« no previous file with comments | « ash/test/display_configuration_controller_test_api.h ('k') | testing/buildbot/filters/ash_unittests_mus.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698