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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Security Test Created 6 years, 1 month 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: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
index a27bb3de89a2c6c6fdf489a8dc60b06a9f91548c..3d907f938aa871b6e30b40e235b8a0fa52c8b60c 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
@@ -170,6 +170,7 @@ void GLES2DecoderTestBase::InitDecoderWithCommandLine(
feature_info = new FeatureInfo(*command_line);
group_ = scoped_refptr<ContextGroup>(
new ContextGroup(NULL,
+ NULL,
memory_tracker_,
new ShaderTranslatorCache,
feature_info.get(),

Powered by Google App Engine
This is Rietveld 408576698