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

Unified Diff: cc/gl_renderer.h

Issue 11637022: Send memory management policies to the tile manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | cc/gl_renderer.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer.h
diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h
index 1fbe28dd439be5f5128e95795fd0eb13cc780692..0d06d4426f71bfb6cee2a905381b1b42c46fe589 100644
--- a/cc/gl_renderer.h
+++ b/cc/gl_renderer.h
@@ -89,7 +89,7 @@ protected:
private:
static void toGLMatrix(float*, const gfx::Transform&);
- static int priorityCutoffValue(WebKit::WebGraphicsMemoryAllocation::PriorityCutoff);
+ static ManagedMemoryPolicy::PriorityCutoff priorityCutoffValue(WebKit::WebGraphicsMemoryAllocation::PriorityCutoff);
nduca 2012/12/19 21:46:32 When I looked at this last, i was thinking we had
void drawCheckerboardQuad(const DrawingFrame&, const CheckerboardDrawQuad*);
void drawDebugBorderQuad(const DrawingFrame&, const DebugBorderDrawQuad*);
« no previous file with comments | « no previous file | cc/gl_renderer.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698