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

Unified Diff: media/tools/shader_bench/gpu_painter.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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: media/tools/shader_bench/gpu_painter.h
diff --git a/media/tools/shader_bench/gpu_painter.h b/media/tools/shader_bench/gpu_painter.h
index edeeda886d1102edc9cc025dd457d7a18b4be11d..e68305bd000f7f244fd31ff83f6f018692e415dd 100644
--- a/media/tools/shader_bench/gpu_painter.h
+++ b/media/tools/shader_bench/gpu_painter.h
@@ -19,7 +19,6 @@ class GPUPainter : public Painter {
// Returns a reference to the GL context.
gfx::GLSurface* surface() const { return surface_; }
- gfx::GLContext* context() const { return context_; }
// Sets context for subsequent gl calls in this painter.
virtual void SetGLContext(gfx::GLSurface* surface, gfx::GLContext* context);

Powered by Google App Engine
This is Rietveld 408576698