mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-01 11:57:04 +01:00
cefclient: Fix typo in TempWindow comments
This commit is contained in:
parent
ff7f70442f
commit
bb4812691e
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace client {
|
namespace client {
|
||||||
|
|
||||||
// Represents a singleton hidden window that acts at temporary parent for
|
// Represents a singleton hidden window that acts as a temporary parent for
|
||||||
// popup browsers.
|
// popup browsers.
|
||||||
class TempWindowMac {
|
class TempWindowMac {
|
||||||
public:
|
public:
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace client {
|
namespace client {
|
||||||
|
|
||||||
// Represents a singleton hidden window that acts at temporary parent for
|
// Represents a singleton hidden window that acts as a temporary parent for
|
||||||
// popup browsers.
|
// popup browsers.
|
||||||
class TempWindowWin {
|
class TempWindowWin {
|
||||||
public:
|
public:
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace client {
|
namespace client {
|
||||||
|
|
||||||
// Represents a singleton hidden window that acts at temporary parent for
|
// Represents a singleton hidden window that acts as a temporary parent for
|
||||||
// popup browsers.
|
// popup browsers.
|
||||||
class TempWindowX11 {
|
class TempWindowX11 {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user