Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / android_webview / native / aw_contents.h
index ae6701b..ddfeaf3 100644 (file)
@@ -120,11 +120,7 @@ class AwContents : public FindHelper::Listener,
               jint visible_left,
               jint visible_top,
               jint visible_right,
-              jint visible_bottom,
-              jint clip_left,
-              jint clip_top,
-              jint clip_right,
-              jint clip_bottom);
+              jint visible_bottom);
   jlong GetAwDrawGLViewContext(JNIEnv* env, jobject obj);
   jlong CapturePicture(JNIEnv* env, jobject obj, int width, int height);
   void EnableOnNewPicture(JNIEnv* env, jobject obj, jboolean enabled);
@@ -232,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)>);