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

Unified Diff: content/browser/android/in_process/synchronous_compositor_impl.cc

Issue 226363004: Global GPU memory manager for android webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "HardwareRenderer::GetMemoryPolicy" declaration 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: content/browser/android/in_process/synchronous_compositor_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.cc b/content/browser/android/in_process/synchronous_compositor_impl.cc
index beba92de9ff0921a84cb7cbf980a7b5e635ae87a..d4c41ca01f6bb0a27f11879373379ae73f084142 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_impl.cc
@@ -140,7 +140,7 @@ void SynchronousCompositorImpl::SetMemoryPolicy(
DCHECK(CalledOnValidThread());
DCHECK(output_surface_);
- return output_surface_->SetMemoryPolicy(policy);
+ output_surface_->SetMemoryPolicy(policy);
boliu 2014/04/18 16:13:09 Do this separately to avoid having to have a conte
}
void SynchronousCompositorImpl::DidChangeRootLayerScrollOffset() {
« android_webview/browser/global_tile_manager.h ('K') | « android_webview/browser/hardware_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698