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

Unified Diff: ui/compositor/layer_type.h

Issue 385123005: Change ui::wm::Shadow to use cc::NinePatchLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on trunk@283064. Created 6 years, 5 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
Index: ui/compositor/layer_type.h
diff --git a/ui/compositor/layer_type.h b/ui/compositor/layer_type.h
index 3a654a76603df919fd579f9dc9904519da348afb..9831916ee7d6c8c3c060dc061ae7904b0ca6d0ee 100644
--- a/ui/compositor/layer_type.h
+++ b/ui/compositor/layer_type.h
@@ -17,6 +17,9 @@ enum LayerType {
// A layer that's drawn as a single color.
LAYER_SOLID_COLOR = 2,
+
+ // A layer based on the NinePatchLayer class.
+ LAYER_NINE_PATCH = 3,
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698