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

Commit 16c4f356 authored by Bart Sears's avatar Bart Sears Committed by Android Git Automerger
Browse files

am 2983bb6a: am 247820c0: am 8e42d39f: Merge "partial inval" into honeycomb-mr1

* commit '2983bb6a':
  partial inval
parents b4a5f95b 2983bb6a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4121,7 +4121,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();
        }