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

Unified Diff: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java

Issue 2650753002: Implement renderer importance API for WebView (Closed)
Patch Set: clean up unused local Created 3 years, 11 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
Index: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
diff --git a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
index 21f159b3361d44197ef76502719f795dd42f37dd..0ea08497cb7717c0143ce83d383b73c463d12917 100644
--- a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
+++ b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
@@ -93,7 +93,7 @@ class WebViewChromium implements WebViewProvider, WebViewProvider.ScrollDelegate
// Variables for functionality provided by this adapter ---------------------------------------
private ContentSettingsAdapter mWebSettings;
// The WebView wrapper for ContentViewCore and required browser compontents.
- private AwContents mAwContents;
+ AwContents mAwContents;
// Non-null if this webview is using the GL accelerated draw path.
private DrawGLFunctor mGLfunctor;

Powered by Google App Engine
This is Rietveld 408576698