Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba1d4cd4 authored by Ignacio Solla's avatar Ignacio Solla Committed by Android Git Automerger
Browse files

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

* commit 'c3631b98':
  Fix docs build breakage
parents caf3cddd c3631b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {