Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2945)

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 15860003: AW hardware draw mega patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: r205552 Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/SystemMessageHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index 4b8979830e93c42e30235ba95981be6a00e000dc..9dab8b8063a4ad73ed857bbfe564ad6ac0e4b33b 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -1348,7 +1348,9 @@ public class AwContents {
@CalledByNative
private void invalidate() {
- mContainerView.invalidate();
+ // mContainerView.invalidate();
+ // mContainerView.postInvalidate();
+ mContainerView.postInvalidateOnAnimation();
}
@CalledByNative
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/SystemMessageHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698