Put constants in annoymouse namespace

This commit is contained in:
Cheng Zhao 2016-08-03 14:09:38 +09:00
parent 82da3b6c66
commit 1f41e22614

View file

@ -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: