| commit | e8fe4bc3efa8f18f5651c5d005fba1935a741be0 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 13 13:26:13 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 13 13:26:13 2013 +0000 |
| tree | fa330ae83ee28e9fc0ee79390ce452ae7f69488d | |
| parent | 91207482c9398944fc997aeb99ed5f8674be58cb [diff] [blame] |
Allow debugger to be compiled without Ganesh https://codereview.appspot.com/7311084/ git-svn-id: http://skia.googlecode.com/svn/trunk@7710 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h index 4130e96..bb3d6ce 100644 --- a/debugger/QT/SkDebuggerGUI.h +++ b/debugger/QT/SkDebuggerGUI.h
@@ -112,10 +112,12 @@ */ void actionDelete(); +#if SK_SUPPORT_GPU /** Toggles the visibility of the GL canvas widget. */ void actionGLWidget(bool isToggled); +#endif /** Toggles the visibility of the inspector widget.