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

Unified Diff: cc/output/gl_renderer.h

Issue 353263004: cc: Remove unused variables in gl_renderer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | 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 b798d55b27f723829e3f34ec4a494e2ea023bbe9..acf28471cbfd67eb4e3ad0c1c8dc0f1a8996c303 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -392,9 +392,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
gpu::gles2::GLES2Interface* gl_;
gpu::ContextSupport* context_support_;
- skia::RefPtr<GrContext> gr_context_;
- skia::RefPtr<SkCanvas> sk_canvas_;
-
TextureMailboxDeleter* texture_mailbox_deleter_;
gfx::Rect swap_buffer_rect_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698