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

Unified Diff: tools/VisualBench/VisualModule.h

Issue 1336043003: Add viewer mode to VisualBench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix init order Created 5 years, 3 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 | « tools/VisualBench/VisualLightweightBenchModule.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/VisualBench/VisualModule.h
diff --git a/tools/VisualBench/VisualModule.h b/tools/VisualBench/VisualModule.h
index ec4463d0a3a51922f00be5e58c23194a41461d01..2f8379356f2a04b48a43ccbd67da7472e1177117 100644
--- a/tools/VisualBench/VisualModule.h
+++ b/tools/VisualBench/VisualModule.h
@@ -25,6 +25,8 @@ public:
virtual void draw(SkCanvas* canvas)=0;
+ virtual bool onHandleChar(SkUnichar unichar) = 0;
+
private:
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « tools/VisualBench/VisualLightweightBenchModule.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698