Index: debugger/QT/SkDebuggerGUI.h |
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h |
index 31226384a6149e1286d204bd9069c94d24b2a7d7..13ec181c27e7174634ab56c7e88cd3ce38e45339 100644 |
--- a/debugger/QT/SkDebuggerGUI.h |
+++ b/debugger/QT/SkDebuggerGUI.h |
@@ -114,9 +114,9 @@ private slots: |
#if SK_SUPPORT_GPU |
/** |
- Toggles the visibility of the GL canvas widget. |
+ Updates the visibility of the GL canvas widget and sample count of the GL surface. |
*/ |
- void actionGLWidget(bool isToggled); |
+ void actionGLWidget(); |
#endif |
/** |