| Index: debugger/QT/SkDebuggerGUI.h
|
| diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
|
| index 6382780c0f38b0cfca218661192d37c554fd1c66..964de6d1e74189375887ffb6d76b4bccaa9e014c 100644
|
| --- a/debugger/QT/SkDebuggerGUI.h
|
| +++ b/debugger/QT/SkDebuggerGUI.h
|
| @@ -17,7 +17,7 @@
|
| #include "SkListWidget.h"
|
| #include "SkInspectorWidget.h"
|
| #include "SkRasterWidget.h"
|
| -#include "SkImageWidget.h"
|
| +#include "SkDrawCommandGeometryWidget.h"
|
| #include "SkSettingsWidget.h"
|
| #include <QtCore/QVariant>
|
| #include <QtGui/QAction>
|
| @@ -281,7 +281,7 @@ private:
|
|
|
| SkDebugger fDebugger;
|
| SkCanvasWidget fCanvasWidget;
|
| - SkImageWidget fImageWidget;
|
| +
|
| SkInspectorWidget fInspectorWidget;
|
| SkSettingsWidget fSettingsWidget;
|
|
|
| @@ -292,6 +292,7 @@ private:
|
| QLineEdit fCurrentCommandBox;
|
| QLineEdit fCommandHitBox;
|
| QLineEdit fZoomBox;
|
| + SkDrawCommandGeometryWidget fDrawCommandGeometryWidget;
|
|
|
| QString fPath;
|
| SkString fFileName;
|
|
|