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

Unified Diff: ppapi/cpp/var.h

Issue 4991006: Run Pepper unit tests in Native Client.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 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: ppapi/cpp/var.h
===================================================================
--- ppapi/cpp/var.h (revision 66122)
+++ ppapi/cpp/var.h (working copy)
@@ -24,6 +24,7 @@
Var(Null); // PP_Var of type Null.
Var(bool b);
Var(int32_t i);
+ Var(long i);
Var(double d);
Var(const char* utf8_str); // Must be encoded in UTF-8.
Var(const std::string& utf8_str); // Must be encoded in UTF-8.
« no previous file with comments | « ppapi/c/dev/ppb_char_set_dev.h ('k') | ppapi/cpp/var.cc » ('j') | ppapi/tests/test_case.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698