| commit | f834dfabbcbbe1f209682f18c67f2e8b9d3e1dd7 | [log] [tgz] |
|---|---|---|
| author | Dianne Hackborn <hackbod@google.com> | Tue Oct 26 12:43:57 2010 -0700 |
| committer | Dianne Hackborn <hackbod@google.com> | Tue Oct 26 15:23:15 2010 -0700 |
| tree | 233e48517d46e92df1acaf942c1fa2dd7c6384b5 | |
| parent | 78098341f86b4c71256017ca2b33674d6bcab046 [diff] [blame] |
ClipDescription no longer inherits from ClipData. Change-Id: Ie4939f87c7e1628d9c19ecb5c0b3036d1f76ef29
diff --git a/services/java/com/android/server/WindowManagerService.java b/services/java/com/android/server/WindowManagerService.java index 9bc24d2..c29e4a9 100644 --- a/services/java/com/android/server/WindowManagerService.java +++ b/services/java/com/android/server/WindowManagerService.java
@@ -569,7 +569,7 @@ void broadcastDragStartedLw(final float touchX, final float touchY) { // Cache a base-class instance of the clip metadata so that parceling // works correctly in calling out to the apps. - mDataDescription = new ClipDescription(mData); + mDataDescription = mData.getDescription(); mNotifiedWindows.clear(); mDragInProgress = true;