Add IPC messages and structs for passing draggable regions.
This commit is contained in:
parent
bc9c95d77d
commit
40273cf37d
4 changed files with 46 additions and 0 deletions
13
common/draggable_region.cc
Normal file
13
common/draggable_region.cc
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "common/draggable_region.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
DraggableRegion::DraggableRegion()
|
||||
: draggable(false) {
|
||||
}
|
||||
|
||||
} // namespace atom
|
Loading…
Add table
Add a link
Reference in a new issue