Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 23c27e0a0a491333c1bee334dfa225e1fe31bcb8..b02fafb62e742ecde73ade24af1c02c547defe96 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -244,10 +244,8 @@ class GpuChannel : public IPC::Listener, |
scoped_ptr<StreamTextureManagerAndroid> stream_texture_manager_; |
#endif |
-#if defined(ENABLE_GPU) |
typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap; |
StubMap stubs_; |
-#endif // defined (ENABLE_GPU) |
typedef IDMap<GpuVideoEncodeAccelerator, IDMapOwnPointer> EncoderMap; |
EncoderMap video_encoders_; |