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

Unified Diff: cc/output/gl_renderer.h

Issue 132163004: Remove WebGraphicsContext3D getter from cc::ContextProvider (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
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index cf672f0afa466abe044e6f7af9246c55da28b182..c915cff3b0c921afd11d8386afae4bc7f0622e95 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -23,8 +23,6 @@
class SkBitmap;
-namespace blink { class WebGraphicsContext3D; }
-
namespace gpu {
namespace gles2 {
class GLES2Interface;
@@ -58,8 +56,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 +395,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_;

Powered by Google App Engine
This is Rietveld 408576698