Merge "Add missing native method to Canvas_Delegate." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
024d3b2374
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user