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

Commit 8e42d39f authored by Bart Sears's avatar Bart Sears Committed by Android (Google) Code Review
Browse files

Merge "partial inval" into honeycomb-mr1

parents 55a9be3d f2674c1a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4134,7 +4134,10 @@ public class WebView extends AbsoluteLayout
        if (mNativeClass != 0 && nativeEvaluateLayersAnimations()) {
            UIAnimationsRunning = true;
            // If we have unfinished (or unstarted) animations,
            // we ask for a repaint.
            // we ask for a repaint. We only need to do this in software
            // rendering (with hardware rendering we already have a different
            // method of requesting a repaint)
            if (!canvas.isHardwareAccelerated())
                invalidate();
        }