Chromium Code Reviews| Index: experimental/SkV8Example/Global.h |
| diff --git a/experimental/SkV8Example/Global.h b/experimental/SkV8Example/Global.h |
| index 3377e21ede750383f8a7ef857fcc3b427130673a..503630d9fc8e2fd00d8e72f9876afb681ec607c6 100644 |
| --- a/experimental/SkV8Example/Global.h |
| +++ b/experimental/SkV8Example/Global.h |
| @@ -33,6 +33,7 @@ public: |
| , fLastTimerID(0) |
| { |
| gGlobal = this; |
|
robertphillips
2014/01/06 15:37:04
this->initialize()?
jcgregorio
2014/01/06 15:57:31
Done.
|
| + initialize(); |
| } |
| virtual ~Global() {} |
| @@ -57,6 +58,7 @@ public: |
| void reportException(TryCatch* tryCatch); |
| private: |
| + void initialize(); |
| Handle<Context> createRootContext(); |
| int32_t getNextTimerID(); |