Chromium Code Reviews| Index: cc/gl_renderer.h |
| diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h |
| index e356427fb2e29748a6b4b9d010a4c9ce02dcf904..f6e46611d9d893c6abf00faf4f60acd521f4c539 100644 |
| --- a/cc/gl_renderer.h |
| +++ b/cc/gl_renderer.h |
| @@ -87,6 +87,9 @@ protected: |
| virtual void ensureScissorTestDisabled() OVERRIDE; |
| virtual void finishDrawingQuadList() OVERRIDE; |
| +protected: |
| + bool isScissorEnabledForTesting() { return m_isScissorEnabled; } |
|
danakj
2013/01/29 00:00:46
const method
|
| + |
| private: |
| static void toGLMatrix(float*, const gfx::Transform&); |
| static ManagedMemoryPolicy::PriorityCutoff priorityCutoff(WebKit::WebGraphicsMemoryAllocation::PriorityCutoff); |