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_ |