| Index: debugger/QT/SkDebuggerGUI.h
 | 
| diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
 | 
| index 8c6865b8cae43a79abd04f7f7b9c3b39800601ce..d6c3f490738d357febee83dfd0745b76a3db94b7 100644
 | 
| --- a/debugger/QT/SkDebuggerGUI.h
 | 
| +++ b/debugger/QT/SkDebuggerGUI.h
 | 
| @@ -19,6 +19,7 @@
 | 
|  #include "SkRasterWidget.h"
 | 
|  #include "SkDrawCommandGeometryWidget.h"
 | 
|  #include "SkSettingsWidget.h"
 | 
| +#include <QtCore/QSignalMapper>
 | 
|  #include <QtCore/QVariant>
 | 
|  #include <QtGui/QAction>
 | 
|  #include <QtGui/QApplication>
 | 
| @@ -233,6 +234,8 @@ private slots:
 | 
|      void toggleFilter(QString string);
 | 
|  
 | 
|      void updateHit(int newHit);
 | 
| +
 | 
| +    void updateImage();
 | 
|  private:
 | 
|      QSplitter fCentralSplitter;
 | 
|      QStatusBar fStatusBar;
 | 
| 
 |