Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: android_webview/native/aw_contents.h

Issue 226363004: Global GPU memory manager for android webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary code Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index acae8938c7e2794598a51631fae73820a7501313..a7ebccf94ec9eff4b751c81edbb2d7605cf2fff9 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -203,7 +203,7 @@ class AwContents : public FindHelper::Listener,
void InitAutofillIfNecessary(bool enabled);
void SetAndroidWebViewRendererPrefs();
void DidDrawGL(const DrawGLResult& result);
- void ForceFakeComposite();
+ void TrimMemory();
base::WeakPtrFactory<AwContents> weak_factory_on_ui_thread_;
base::WeakPtr<AwContents> ui_thread_weak_ptr_;

Powered by Google App Engine
This is Rietveld 408576698