aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkGLWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/QT/SkGLWidget.h')
-rw-r--r--debugger/QT/SkGLWidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/debugger/QT/SkGLWidget.h b/debugger/QT/SkGLWidget.h
index 4a036aa1ab..5295f4cd18 100644
--- a/debugger/QT/SkGLWidget.h
+++ b/debugger/QT/SkGLWidget.h
@@ -23,7 +23,7 @@
class SkGLWidget : public QGLWidget {
public:
- SkGLWidget(QWidget* parent = NULL);
+ SkGLWidget();
~SkGLWidget();
@@ -61,7 +61,6 @@ private:
int fIndex;
SkIPoint fTransform;
float fScaleFactor;
-
GrPlatformRenderTargetDesc getDesc(int w, int h);
};