diff options
Diffstat (limited to 'android_webview/common/aw_switches.h')
-rw-r--r-- | android_webview/common/aw_switches.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h index e855bb7..c718c05 100644 --- a/android_webview/common/aw_switches.h +++ b/android_webview/common/aw_switches.h @@ -17,6 +17,9 @@ extern const char kDisableWebViewGLMode[]; // displays that a single layer will have enough memory for. extern const char kTileMemoryMultiplier[]; +// Maximum number of gralloc allocations per webview. +extern const char kNumGrallocBuffersPerWebview[]; + } // namespace switches #endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_ |