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

Commit 88b556f8 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix the build"

parents 79ad13f1 4bac6c1a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ import android.graphics.Matrix;
 *
 * <h3>Rendering a display list on a View</h3>
 * <pre class="prettyprint">
 *     @Override
 *     protected void onDraw(Canvas canvas) {
 *         if (canvas.isHardwareAccelerated()) {
 *             HardwareCanvas hardwareCanvas = (HardwareCanvas) canvas;
@@ -102,7 +101,6 @@ import android.graphics.Matrix;
 *         }
 *     }
 *
 *     @Override
 *     protected void onDraw(Canvas canvas) {
 *         if (canvas.isHardwareAccelerated()) {
 *             HardwareCanvas hardwareCanvas = (HardwareCanvas) canvas;