summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 20:17:04 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 20:17:04 +0000
commitd04fce5ea9080ed4a3979f555affd4e45f6ce71d (patch)
treee7154b95ab75851564737a0c266915f89b184dd6 /chrome/gpu
parent44d80ea05e0862f76657f7b0009b5274269cb08e (diff)
downloadchromium_src-d04fce5ea9080ed4a3979f555affd4e45f6ce71d.zip
chromium_src-d04fce5ea9080ed4a3979f555affd4e45f6ce71d.tar.gz
chromium_src-d04fce5ea9080ed4a3979f555affd4e45f6ce71d.tar.bz2
Remove outdated TODO
Review URL: http://codereview.chromium.org/2847047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu')
-rw-r--r--chrome/gpu/gpu_command_buffer_stub.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_command_buffer_stub.cc b/chrome/gpu/gpu_command_buffer_stub.cc
index ee9d937..e30a34c 100644
--- a/chrome/gpu/gpu_command_buffer_stub.cc
+++ b/chrome/gpu/gpu_command_buffer_stub.cc
@@ -72,7 +72,6 @@ void GpuCommandBufferStub::OnInitialize(
gpu::GPUProcessor* parent_processor =
parent_ ? parent_->processor_.get() : NULL;
processor_.reset(new gpu::GPUProcessor(command_buffer_.get()));
- // TODO(apatrick): The reinterpret_cast below is only valid on windows.
if (processor_->Initialize(
handle_,
initial_size_,