DescriptionRename CJS_Timer to GlobalTimer and make private to app.cpp
The CJS_Timer is fairly far removed from JS itself, the
wrapper objects are CJS_TimerObj and TimerObj. Make it
sound less like them.
Having moved the code to app.cpp, the GlobalTimer can now
refer directly to the app, rather than its superclass of
CJS_EmbedObj. Hence we can pull some app-only timer
related methods out of the superclass.
Committed: https://pdfium.googlesource.com/pdfium/+/e3ff76b11ac6fcd0d0196ef83946d2321ab8e9bf
Patch Set 1 : Sed only #Patch Set 2 : Move code into app.cpp #Patch Set 3 : De-virtualize #Patch Set 4 : Fix comment in app.h #
Messages
Total messages: 13 (9 generated)
|