am c3631b98: Merge "Fix docs build breakage" into lmp-mr1-dev

* commit 'c3631b985f51fcce97b0111cdd8297a58c44a5ec':
  Fix docs build breakage
This commit is contained in:
Ignacio Solla
2014-11-12 22:41:56 +00:00
committed by Android Git Automerger

View File

@@ -97,7 +97,7 @@ public final class WebViewDelegate {
* @param canvas a hardware accelerated canvas (see {@link Canvas#isHardwareAccelerated()})
* @param nativeDrawGLFunctor the pointer to the native functor that implements
* system/core/include/utils/Functor.h
* @throw IllegalArgumentException if the canvas is not hardware accelerated
* @throws IllegalArgumentException if the canvas is not hardware accelerated
*/
public void callDrawGlFunction(Canvas canvas, long nativeDrawGLFunctor) {
if (!(canvas instanceof HardwareCanvas)) {