chore: put NativeWindowMac's methods in order (#27040)
This commit is contained in:
parent
a55e028b12
commit
f99ea7c0ba
3 changed files with 222 additions and 228 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue