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

Unified Diff: android_webview/native/aw_settings.h

Issue 375193002: aw: Only enable webgl on hardware webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up canvas Created 6 years, 5 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_settings.cc » ('j') | android_webview/native/aw_settings.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_settings.h
diff --git a/android_webview/native/aw_settings.h b/android_webview/native/aw_settings.h
index dfef05eb2d7438dae8bdc7c86a626b15f36f9083..d418f6c1b17855fb40f293a41f4bc9e4254b9d32 100644
--- a/android_webview/native/aw_settings.h
+++ b/android_webview/native/aw_settings.h
@@ -50,8 +50,6 @@ class AwSettings : public content::WebContentsObserver {
content::RenderViewHost* render_view_host) OVERRIDE;
virtual void WebContentsDestroyed() OVERRIDE;
- bool accelerated_2d_canvas_disabled_by_switch_;
-
bool renderer_prefs_initialized_;
JavaObjectWeakGlobalRef aw_settings_;
« no previous file with comments | « no previous file | android_webview/native/aw_settings.cc » ('j') | android_webview/native/aw_settings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698