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

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: address Bo's comments 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 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_;

Powered by Google App Engine
This is Rietveld 408576698