mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Put constants in annoymouse namespace
This commit is contained in:
@@ -26,11 +26,14 @@
|
||||
#include "ui/gfx/geometry/dip_util.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;
|
||||
|
||||
namespace atom {
|
||||
} // namespace
|
||||
|
||||
class AtomCopyFrameGenerator {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user