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

Unified Diff: content/browser/android/in_process/synchronous_compositor_output_surface.h

Issue 643993005: Remove limit on number of resources in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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_output_surface.h
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.h b/content/browser/android/in_process/synchronous_compositor_output_surface.h
index 49c381f7ef8fff0f6516cf51202c2038048ce569..d01d88b6b36441bcbfd0ecdbbc711bf7abde165a 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.h
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.h
@@ -83,7 +83,7 @@ class SynchronousCompositorOutputSurface
const gfx::Transform& transform_for_tile_priority);
void ReturnResources(const cc::CompositorFrameAck& frame_ack);
scoped_ptr<cc::CompositorFrame> DemandDrawSw(SkCanvas* canvas);
- void SetMemoryPolicy(const SynchronousCompositorMemoryPolicy& policy);
+ void SetMemoryPolicy(size_t bytes_limit);
void GetMessagesToDeliver(ScopedVector<IPC::Message>* messages);
private:

Powered by Google App Engine
This is Rietveld 408576698