Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h |
index 4187e8731657c7f3a8b6a5da788ba8b72cef12c4..ecd308ba735745b5e11952e214a67928d2a2ae51 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h |
@@ -84,15 +84,6 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>, |
debug_ = debug; |
} |
- bool log_commands() const { |
- return log_commands_; |
- } |
- |
- // Set to true to LOG every command. |
- void set_log_commands(bool log_commands) { |
- log_commands_ = log_commands; |
- } |
- |
// Initializes the graphics context. Can create an offscreen |
// decoder with a frame buffer that can be referenced from the parent. |
// Takes ownership of GLContext. |
@@ -233,7 +224,6 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>, |
private: |
bool initialized_; |
bool debug_; |
- bool log_commands_; |
DISALLOW_COPY_AND_ASSIGN(GLES2Decoder); |
}; |