am 024d3b23: Merge "Add missing native method to Canvas_Delegate." into jb-dev

* commit '024d3b2374497c86b55298a8dc4f2fbe258ce7ea':
  Add missing native method to Canvas_Delegate.
This commit is contained in:
Xavier Ducrohet
2012-05-09 01:49:29 -07:00
committed by Android Git Automerger

View File

@@ -306,6 +306,11 @@ public final class Canvas_Delegate {
// nothing to be done here.
}
@LayoutlibDelegate
/*package*/ static void freeTextLayoutCaches() {
// nothing to be done here yet.
}
@LayoutlibDelegate
/*package*/ static int initRaster(int nativeBitmapOrZero) {
if (nativeBitmapOrZero > 0) {