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

Unified Diff: android_webview/common/aw_switches.h

Issue 388633003: aw: Add command switch to disable hardware acceleration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rewrite, force-auxiliary-bitmap 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 | « android_webview/browser/browser_view_renderer.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index 913a262facec528154a9bcc58e558e2be4816802..5384faf04ae96706222506ea442f3acb6d38ab8f 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -11,6 +11,12 @@ namespace switches {
// teleporting software draws.
extern const char kDisableRecordDocumentWorkaround[];
+// Always use software auxiliary bitmap rendering path. This is temporary
+// until Android L is released to AOSP.
+extern const char kForceAuxiliaryBitmap[];
+
+bool ForceAuxiliaryBitmap();
+
} // namespace switches
#endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_
« no previous file with comments | « android_webview/browser/browser_view_renderer.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698