Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ui/aura/window_layer_type.h

Issue 1050713002: aura: Remove layerless windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layerless: rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_layer_type.h
diff --git a/ui/aura/window_layer_type.h b/ui/aura/window_layer_type.h
deleted file mode 100644
index 97e312a3eef25ae479abdead787191041d09e2a6..0000000000000000000000000000000000000000
--- a/ui/aura/window_layer_type.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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.
-
-#ifndef UI_AURA_WINDOW_LAYER_TYPE_H_
-#define UI_AURA_WINDOW_LAYER_TYPE_H_
-
-namespace aura {
-
-// These constants mirror that of ui::LayerType with the addition of
-// WINDOW_LAYER_NONE. See ui::LayerType for description of ones in common.
-enum WindowLayerType {
- // Note that Windows with WINDOW_LAYER_NONE impose limitations on the
- // Window: transforms and animations aren't supported.
- WINDOW_LAYER_NONE,
-
- WINDOW_LAYER_NOT_DRAWN,
- WINDOW_LAYER_TEXTURED,
- WINDOW_LAYER_SOLID_COLOR,
-};
-
-} // namespace aura
-
-#endif // UI_AURA_WINDOW_LAYER_TYPE_H_
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698