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

Unified Diff: gpu/gpu_plugin/gpu_plugin_object.cc

Issue 460145: Fix small issue in gpu_plugin_object (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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: gpu/gpu_plugin/gpu_plugin_object.cc
===================================================================
--- gpu/gpu_plugin/gpu_plugin_object.cc (revision 34064)
+++ gpu/gpu_plugin/gpu_plugin_object.cc (working copy)
@@ -26,7 +26,7 @@
: npp_(npp),
status_(kWaitingForNew),
command_buffer_(new CommandBufferService),
- processor_(new GPUProcessor(npp, command_buffer_.get())) {
+ processor_(new GPUProcessor(command_buffer_.get())) {
memset(&window_, 0, sizeof(window_));
}
« 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