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

Unified Diff: ash/accelerators/exit_warning_handler.cc

Issue 2901503003: Rename GetPreferredSize to CalculatePreferredSize in ash/ (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | ash/autoclick/common/autoclick_ring_handler.cc » ('j') | ash/shell/lock_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/exit_warning_handler.cc
diff --git a/ash/accelerators/exit_warning_handler.cc b/ash/accelerators/exit_warning_handler.cc
index 7b8f3c5ac2a2cd4abffff98876e3ba5e3038df9f..917816402b399405e460dd86228ab769fd4e65f1 100644
--- a/ash/accelerators/exit_warning_handler.cc
+++ b/ash/accelerators/exit_warning_handler.cc
@@ -66,7 +66,7 @@ class ExitWarningWidgetDelegateView : public views::WidgetDelegateView {
SetLayoutManager(new views::FillLayout);
}
- gfx::Size GetPreferredSize() const override {
+ gfx::Size CalculatePreferredSize() const override {
return gfx::Size(width_, height_);
}
« no previous file with comments | « no previous file | ash/autoclick/common/autoclick_ring_handler.cc » ('j') | ash/shell/lock_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698