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

Unified Diff: debugger/QT/SkCanvasWidget.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 | « no previous file | debugger/QT/SkCanvasWidget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkCanvasWidget.h
diff --git a/debugger/QT/SkCanvasWidget.h b/debugger/QT/SkCanvasWidget.h
index 0dcb470405e3b60082ed1c7bc75b56228c0d6f0f..330861342fcddb8d6a635c205cde939285034c30 100644
--- a/debugger/QT/SkCanvasWidget.h
+++ b/debugger/QT/SkCanvasWidget.h
@@ -36,6 +36,10 @@ public:
void setWidgetVisibility(WidgetType type, bool isHidden);
+#if SK_SUPPORT_GPU
+ void setGLSampleCount(int sampleCount);
+#endif
+
/** Zooms the canvas by scale with the transformation centered at the widget point (px, py). */
void zoom(float scale, int px, int py);
« no previous file with comments | « no previous file | debugger/QT/SkCanvasWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698