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

Unified Diff: ppapi/cpp/var.h

Issue 9169052: Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes based on reviews Created 8 years, 11 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
Index: ppapi/cpp/var.h
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h
index 871fb6030e70250fd44e1dae6e7b5fed36c4de92..896f26b3b7f8de1a4036b422ce75f0e85b770142 100644
--- a/ppapi/cpp/var.h
+++ b/ppapi/cpp/var.h
@@ -92,7 +92,7 @@ class Var {
/// @param[in] other The <code>Var</code> to be assigned.
///
/// @return A resulting <code>Var</code>.
- Var& operator=(const Var& other);
+ virtual Var& operator=(const Var& other);
/// This function compares object identity (rather than value identity) for
/// objects, dictionaries, and arrays
« no previous file with comments | « ppapi/cpp/dev/var_array_buffer_dev.cc ('k') | ppapi/native_client/src/shared/ppapi_proxy/object_serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698