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

Unified Diff: ash/frame/custom_frame_view_ash.h

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
Index: ash/frame/custom_frame_view_ash.h
diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h
index 875fa9cba18f00d33c35983f5590886ab79a6703..d4822c676cde06190fa932cb85694ecbcdd2d58a 100644
--- a/ash/frame/custom_frame_view_ash.h
+++ b/ash/frame/custom_frame_view_ash.h
@@ -79,7 +79,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
void ActivationChanged(bool active) override;
// views::View:
- gfx::Size GetPreferredSize() const override;
+ gfx::Size CalculatePreferredSize() const override;
void Layout() override;
const char* GetClassName() const override;
gfx::Size GetMinimumSize() const override;
« no previous file with comments | « ash/frame/caption_buttons/frame_caption_button_container_view.cc ('k') | ash/frame/custom_frame_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698