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

Unified Diff: experimental/SkV8Example/Global.h

Issue 121303004: Fleshed out a lot of the Path interfac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | experimental/SkV8Example/Global.cpp » ('j') | experimental/SkV8Example/JsContext.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | experimental/SkV8Example/Global.cpp » ('j') | experimental/SkV8Example/JsContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698