chore: put NativeWindowMac's methods in order (#27040)

This commit is contained in:
Cheng Zhao 2020-12-18 09:50:51 +09:00 committed by GitHub
parent a55e028b12
commit f99ea7c0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 222 additions and 228 deletions

View file

@ -236,7 +236,7 @@ class NativeWindow : public base::SupportsUserData,
const std::string& display_name);
virtual void CloseFilePreview();
virtual void SetGTKDarkThemeEnabled(bool use_dark_theme) = 0;
virtual void SetGTKDarkThemeEnabled(bool use_dark_theme) {}
// Converts between content bounds and window bounds.
virtual gfx::Rect ContentBoundsToWindowBounds(