| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 6ff2e57c3b9d1d95c823b383eb09395063bb0409..ddfeaf398ce21cb87650d9bb25935b6daaf569b4 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -228,6 +228,7 @@ class AwContents : public FindHelper::Listener,
|
| void InitAutofillIfNecessary(bool enabled);
|
|
|
| void InitializeHardwareDrawIfNeeded();
|
| + void ReleaseHardwareDrawIfNeeded();
|
|
|
| // Geolocation API support
|
| void ShowGeolocationPrompt(const GURL& origin, base::Callback<void(bool)>);
|
|
|