summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_frame.cc
blob: 1cd2f4cefa5b33047e0f4154a0fd606ac6e86f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 "ash/wm/window_frame.h"

#include "ui/aura/window_property.h"

DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, ash::WindowFrame*);

namespace ash {
DEFINE_WINDOW_PROPERTY_KEY(WindowFrame*, kWindowFrameKey, NULL);
}  // namespace ash