Index: mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java |
diff --git a/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java b/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java |
index 8f3f1ec530a1d1088b2c5d79742af9e4da01089b..1fd80766e95fae240b254232bdbfbf3d1a948368 100644 |
--- a/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java |
+++ b/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java |
@@ -171,6 +171,14 @@ public class CoreImpl implements Core, AsyncWaiter { |
} |
/** |
+ * @see org.chromium.mojo.system.Core#acquireNativeHandle(int) |
+ */ |
+ @Override |
+ public UntypedHandle acquireNativeHandle(int handle) { |
+ return new UntypedHandleImpl(this, handle); |
+ } |
+ |
+ /** |
* @see Core#getDefaultAsyncWaiter() |
*/ |
@Override |