Merge pull request #235 from atom/open-source
[platform/framework/web/crosswalk-tizen.git] / atom / common / draggable_region.cc
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by the MIT license that can be
3 // found in the LICENSE file.
4
5 #include "atom/common/draggable_region.h"
6
7 namespace atom {
8
9 DraggableRegion::DraggableRegion()
10     : draggable(false) {
11 }
12
13 }  // namespace atom