mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Fix typo in TempWindow comments
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user