diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 20:50:07 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 20:50:07 +0000 |
commit | 70ad2f14738334aea0f5b6fea7e20d3fb4501894 (patch) | |
tree | 423c19a178d77c354af4e849755180be36d189df /ui/views/view_constants_aura.h | |
parent | 3af37677052d47e69fbe89722ca3c97c8e955060 (diff) | |
download | chromium_src-70ad2f14738334aea0f5b6fea7e20d3fb4501894.zip chromium_src-70ad2f14738334aea0f5b6fea7e20d3fb4501894.tar.gz chromium_src-70ad2f14738334aea0f5b6fea7e20d3fb4501894.tar.bz2 |
Revert 202987 "Reorder the NativeViews attached to a view via th..."
Suspected of burning the Aura bot to the ground.
TBR=pkotwicz@chromium.org
Review URL: https://codereview.chromium.org/15701017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/view_constants_aura.h')
-rw-r--r-- | ui/views/view_constants_aura.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ui/views/view_constants_aura.h b/ui/views/view_constants_aura.h deleted file mode 100644 index e0d718d..0000000 --- a/ui/views/view_constants_aura.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2013 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. - -#ifndef UI_VIEWS_VIEW_CONSTANTS_AURA_H_ -#define UI_VIEWS_VIEW_CONSTANTS_AURA_H_ - -#include "ui/aura/window.h" -#include "ui/views/views_export.h" - -namespace views { -class View; - -// A property key to indicate the view the window is associated with. If -// specified, the z-order of the view, relative to other views, dictates the -// z-order of the window and its associated layer. The associated view must -// have the same parent widget as the window on which the property is set. -VIEWS_EXPORT extern const aura::WindowProperty<View*>* const kHostViewKey; - -} // namespace views - -#endif // UI_VIEWS_VIEW_CONSTANTS_AURA_H_ |