| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 24e430f2d90b8aa098ff241281ba65808bd52bf7..bb96d9f76fa003798ce76d5e779287b5cfa06b41 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -205,7 +205,7 @@ class AwContents : public FindHelper::Listener,
|
| private:
|
| void InitAutofillIfNecessary(bool enabled);
|
| void DidDrawGL(const DrawGLResult& result);
|
| - void ForceFakeComposite();
|
| + void TrimMemory(const int level, const bool visible);
|
|
|
| base::WeakPtrFactory<AwContents> weak_factory_on_ui_thread_;
|
| base::WeakPtr<AwContents> ui_thread_weak_ptr_;
|
|
|