aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gm/gm.h')
-rw-r--r--gm/gm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gm/gm.h b/gm/gm.h
index b474729366..211e051685 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -93,6 +93,9 @@ namespace skiagm {
}
protected:
+ /** draws a standard message that the GM is only intended to be used with the GPU.*/
+ void drawGpuOnlyMessage(SkCanvas*
+ );
virtual void onOnceBeforeDraw() {}
virtual void onDraw(SkCanvas*) = 0;
virtual void onDrawBackground(SkCanvas*);