Chromium Code Reviews

Unified Diff: cc/output/direct_renderer.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index 451c7d712ef84d143b0bee8adcbf4c7d1740e380..ddabd172fec6dcaa1443d05efbffd197f0e9880e 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -16,6 +16,7 @@
namespace cc {
class ResourceProvider;
+class OverlayRenderer;
// This is the base class for code shared between the GL and software
// renderer implementations. "Direct" refers to the fact that it does not
@@ -135,6 +136,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
private:
gfx::Vector2d enlarge_pass_texture_amount_;
+ scoped_ptr<OverlayRenderer> overlay_renderer_;
DISALLOW_COPY_AND_ASSIGN(DirectRenderer);
};
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine