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

Unified Diff: ash/autoclick/common/autoclick_ring_handler.cc

Issue 2901503003: Rename GetPreferredSize to CalculatePreferredSize in ash/ (Closed)
Patch Set: improvements 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 | « ash/accelerators/exit_warning_handler.cc ('k') | ash/frame/caption_buttons/frame_caption_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/common/autoclick_ring_handler.cc
diff --git a/ash/autoclick/common/autoclick_ring_handler.cc b/ash/autoclick/common/autoclick_ring_handler.cc
index db7ba7e0df7813a440e94947d1d0c43737417b34..68a249cb09d4e1ce5ad5ef04909f63f93c551f75 100644
--- a/ash/autoclick/common/autoclick_ring_handler.cc
+++ b/ash/autoclick/common/autoclick_ring_handler.cc
@@ -129,7 +129,7 @@ class AutoclickRingHandler::AutoclickRingView : public views::View {
private:
// Overridden from views::View.
- gfx::Size GetPreferredSize() const override {
+ gfx::Size CalculatePreferredSize() const override {
return gfx::Size(2 * (kAutoclickRingOuterRadius + kAutoclickRingGlowWidth),
2 * (kAutoclickRingOuterRadius + kAutoclickRingGlowWidth));
}
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | ash/frame/caption_buttons/frame_caption_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698