History log of /external/chromium_org/content/public/browser/android/synchronous_compositor.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7211bb133f06cafe148e28f08fbfe0b90c4b1b78 03-Oct-2013 boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Cherry-pick: [Android WebView] OnMemoryPressure to drop tile memory

Cherry-pick of Chromium crrev.com/r226643

Conflicts:
android_webview/browser/in_process_view_renderer.cc

BUG: 10606165

Original Description:

In OnMemoryPressure, drop tiles on invisible browser views.

Not reusing base::MemoryPressureListener because Android
WebView requires onTrimMemory to be called synchronously.

Change-Id: I5aaca024392ef964baac0bc53f554ea59b8dac41
/external/chromium_org/content/public/browser/android/synchronous_compositor.cc
747618dabf84fd26fcb0ca49c81219c7de49566e 11-Sep-2013 boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Cherry-pick: [Android WebView] First cut memory management

Upstream info:
https://chromiumcodereview.appspot.com/23572023
crbug.com/286026

Conflicts:
content/public/common/content_switches.h

BUG=10606165

Original CL description:

Based on simple algorithm of visible rect x constant.
Completely disregards the preferred allocation from based on
content of the page.

Constants extermined experimentally using current android
nexus devices.

Change-Id: I298f656be7fbab2bf4086f5b97bc4df9b92ab577
/external/chromium_org/content/public/browser/android/synchronous_compositor.cc