| Index: android_webview/common/aw_switches.h
|
| diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
|
| index c718c05abd76f9aa61965796c7ee439e801493b9..7b31bfd57938a903c98e6c01e3d39852fe0dd84c 100644
|
| --- a/android_webview/common/aw_switches.h
|
| +++ b/android_webview/common/aw_switches.h
|
| @@ -20,6 +20,10 @@ extern const char kTileMemoryMultiplier[];
|
| // Maximum number of gralloc allocations per webview.
|
| extern const char kNumGrallocBuffersPerWebview[];
|
|
|
| +// Explicitly enable accelerated 2d canvas.
|
| +// TODO(boliu): Remove this switch once on by default.
|
| +extern const char kEnableAccelerated2dCanvas[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_
|
|
|