diff options
Diffstat (limited to 'android_webview/native/aw_contents.h')
-rw-r--r-- | android_webview/native/aw_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h index 6ff2e57..ddfeaf3 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)>); |