Put constants in annoymouse namespace
This commit is contained in:
parent
82da3b6c66
commit
1f41e22614
1 changed files with 5 additions and 2 deletions
|
@ -26,11 +26,14 @@
|
||||||
#include "ui/gfx/geometry/dip_util.h"
|
#include "ui/gfx/geometry/dip_util.h"
|
||||||
#include "ui/gfx/native_widget_types.h"
|
#include "ui/gfx/native_widget_types.h"
|
||||||
|
|
||||||
const float kDefaultScaleFactor = 1.0;
|
namespace atom {
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
|
||||||
|
const float kDefaultScaleFactor = 1.0;
|
||||||
const int kFrameRetryLimit = 2;
|
const int kFrameRetryLimit = 2;
|
||||||
|
|
||||||
namespace atom {
|
} // namespace
|
||||||
|
|
||||||
class AtomCopyFrameGenerator {
|
class AtomCopyFrameGenerator {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue