am 08467c57: am 9bc6acf2: Merge "AArch64: Use long for pointers in VideoEditor classes"

* commit '08467c5727c04c1fef40ff1e361628944275ef28':
  AArch64: Use long for pointers in VideoEditor classes
This commit is contained in:
Narayan Kamath
2014-01-07 05:01:08 -08:00
committed by Android Git Automerger
3 changed files with 37 additions and 37 deletions

View File

@ -118,7 +118,7 @@ class MediaArtistNativeHelper {
private boolean mErrorFlagSet = false;
@SuppressWarnings("unused")
private int mManualEditContext;
private long mManualEditContext;
/* Listeners */