summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-02-23 18:32:15 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-23 18:32:15 -0800
commit81904fa40b501d3907c086e7d4fdc4a3e25cd922 (patch)
tree41bac5c55ada779b84217022e5925b9232f40f81 /tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
parent8ee31a0a93c583cac347dcc69c8dc71c0507774d (diff)
parentf0a53435f14d23d9555fc46014352ee6a7baa647 (diff)
downloadframeworks_base-81904fa40b501d3907c086e7d4fdc4a3e25cd922.zip
frameworks_base-81904fa40b501d3907c086e7d4fdc4a3e25cd922.tar.gz
frameworks_base-81904fa40b501d3907c086e7d4fdc4a3e25cd922.tar.bz2
Merge "LayoutLib: Add debug mode."
Diffstat (limited to 'tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java')
-rw-r--r--tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java b/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
index c29e9b6..6c9f48f 100644
--- a/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
+++ b/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
@@ -50,7 +50,7 @@ public final class Path_Delegate {
// ---- delegate manager ----
private static final DelegateManager<Path_Delegate> sManager =
- new DelegateManager<Path_Delegate>();
+ new DelegateManager<Path_Delegate>(Path_Delegate.class);
// ---- delegate data ----
private FillType mFillType = FillType.WINDING;