Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 21752002: Support MSAA in the picture debugger (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « debugger/QT/SkCanvasWidget.cpp ('k') | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
/**
« no previous file with comments | « debugger/QT/SkCanvasWidget.cpp ('k') | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698