Chromium Code Reviews| 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*); |