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

Unified Diff: include/views/SkWidget.h

Issue 12480002: Fixing some warnings on Linux (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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
Index: include/views/SkWidget.h
===================================================================
--- include/views/SkWidget.h (revision 8005)
+++ include/views/SkWidget.h (working copy)
@@ -103,7 +103,7 @@
protected:
virtual bool onEvent(const SkEvent&);
virtual void onDraw(SkCanvas*);
- virtual Click* onFindClickHandler(SkScalar x, SkScalar y);
+ virtual Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi);
sugoi 2013/03/06 16:14:59 virtual function's signature did not fit base clas
virtual bool onClick(Click* click);
private:
« no previous file with comments | « gyp/utils.gyp ('k') | samplecode/SampleLines.cpp » ('j') | samplecode/SampleLines.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698