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

Unified Diff: content/browser/gpu/gpu_data_manager.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 months 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 | « content/browser/gpu/gpu_blacklist.cc ('k') | content/common/font_list_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager.cc
diff --git a/content/browser/gpu/gpu_data_manager.cc b/content/browser/gpu/gpu_data_manager.cc
index 779ca26ac02de33a3def72e913633bc319e1821e..1c9b36e621167aa0866c9a55d79a1a27037f4842 100644
--- a/content/browser/gpu/gpu_data_manager.cc
+++ b/content/browser/gpu/gpu_data_manager.cc
@@ -320,7 +320,7 @@ DictionaryValue* GpuDataManager::GpuInfoAsDictionaryValue() const {
if (gpu_info().dx_diagnostics.children.size())
dx_info = DxDiagNodeToList(gpu_info().dx_diagnostics);
else
- dx_info = Value::CreateNullValue();
+ dx_info = base::NullValue();
info->Set("diagnostics", dx_info);
#endif
« no previous file with comments | « content/browser/gpu/gpu_blacklist.cc ('k') | content/common/font_list_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698