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

Unified Diff: android_webview/native/aw_contents.h

Issue 23461014: [Android WebView] Set WebView font renderer preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also set use_subpoixel_positioning Created 7 years, 4 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 | android_webview/native/aw_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 272f0aebc2c0309d41f463ca8d0d744cc70afd27..bdfb6aae8830780e7d8c5c210a3c5e45459a28df 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -178,6 +178,7 @@ class AwContents : public FindHelper::Listener,
private:
void InitAutofillIfNecessary(bool enabled);
+ void SetAndroidWebViewRendererPrefs();
JavaObjectWeakGlobalRef java_ref_;
scoped_ptr<content::WebContents> web_contents_;
« no previous file with comments | « no previous file | android_webview/native/aw_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698