debugger: Move Skia initialization out of the GUI widget class
authorkkinnunen <kkinnunen@nvidia.com>
Fri, 2 Jan 2015 15:24:14 +0000 (07:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 2 Jan 2015 15:24:14 +0000 (07:24 -0800)
commit5caff917f5f217e3070762847e6934f714196afb
tree57c13aaee89f7e683c33ff435308593d61652940
parentc4fda92f45b9649f233a5b8636618a6431aa59cb
debugger: Move Skia initialization out of the GUI widget class

Move Skia initialization out of the GUI widget class to the
main function.

Before, Skia may have been already called before the SkGraphics::Init
was run.

Review URL: https://codereview.chromium.org/822583003
debugger/QT/SkDebuggerGUI.cpp
debugger/QT/SkDebuggerGUI.h
debugger/debuggermain.cpp