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

Unified Diff: cc/output/gl_renderer.h

Issue 126973002: Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « cc/output/delegating_renderer.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index cf672f0afa466abe044e6f7af9246c55da28b182..0484c05b359f0296720348e7504e0549148d2fc3 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -58,8 +58,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
virtual const RendererCapabilities& Capabilities() const OVERRIDE;
- blink::WebGraphicsContext3D* Context();
-
// Waits for rendering to finish.
virtual void Finish() OVERRIDE;
@@ -399,7 +397,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
SolidColorProgram solid_color_program_;
SolidColorProgramAA solid_color_program_aa_;
- blink::WebGraphicsContext3D* context_;
gpu::gles2::GLES2Interface* gl_;
gpu::ContextSupport* context_support_;
« no previous file with comments | « cc/output/delegating_renderer.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698