GL Widget Alpha
Review URL: https://codereview.appspot.com/6422060
git-svn-id: http://skia.googlecode.com/svn/trunk@4789 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 0621d7c..072e58b 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -11,10 +11,12 @@
#include "SkCanvas.h"
+#include "SkCanvasWidget.h"
#include "SkDebugCanvas.h"
+#include "SkGLWidget.h"
#include "SkListWidget.h"
#include "SkInspectorWidget.h"
-#include "SkCanvasWidget.h"
+#include "SkRasterWidget.h"
#include "SkSettingsWidget.h"
#include <QtCore/QVariant>
#include <QtGui/QAction>
@@ -89,6 +91,11 @@
void actionDelete();
/**
+ Toggles the visibility of the GL canvas widget.
+ */
+ void actionGLWidget(bool isToggled);
+
+ /**
Toggles the visibility of the inspector widget.
*/
void actionInspector();
@@ -100,6 +107,11 @@
void actionPlay();
/**
+ Toggles the visibility of the raster canvas widget.
+ */
+ void actionRasterWidget(bool isToggled);
+
+ /**
Rewinds from the current step back to the start of the commands.
*/
void actionRewind();