parent
3041fd66cd
commit
36ec9d7236
7 changed files with 7 additions and 7 deletions
|
@ -44,7 +44,7 @@ class PowerMonitor final : public gin::Wrappable<PowerMonitor>,
|
|||
void SetListeningForShutdown(bool);
|
||||
#endif
|
||||
|
||||
// Called by native calles.
|
||||
// Called by native callers.
|
||||
bool ShouldShutdown();
|
||||
|
||||
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
||||
|
|
|
@ -847,7 +847,7 @@ class WebContents final : public ExclusiveAccessContext,
|
|||
const scoped_refptr<base::TaskRunner> print_task_runner_;
|
||||
#endif
|
||||
|
||||
// Stores the frame thats currently in fullscreen, nullptr if there is none.
|
||||
// Stores the frame that's currently in fullscreen, nullptr if there is none.
|
||||
raw_ptr<content::RenderFrameHost> fullscreen_frame_ = nullptr;
|
||||
|
||||
std::unique_ptr<SkRegion> draggable_region_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue