skia2/include/views
mtklein 72c9faab45 Fix up all the easy virtual ... SK_OVERRIDE cases.
This fixes every case where virtual and SK_OVERRIDE were on the same line,
which should be the bulk of cases.  We'll have to manually clean up the rest
over time unless I level up in regexes.

for f in (find . -type f); perl -p -i -e 's/virtual (.*)SK_OVERRIDE/\1SK_OVERRIDE/g' $f; end

BUG=skia:

Review URL: https://codereview.chromium.org/806653007
2015-01-09 10:06:40 -08:00
..
animated Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkApplication.h share dm and command flags 2014-07-22 10:15:35 -07:00
SkBGViewArtist.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkEvent.h views: Fix a typo in SkEvent.h 2012-10-01 16:14:21 +00:00
SkEventSink.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkKey.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkOSMenu.h update to accommodate latest clang in chrome toolchain 2014-09-18 11:00:40 -07:00
SkOSWindow_Android.h Cleanup: Remove unnecessary forward declarations from some views files. 2014-11-03 08:31:23 -08:00
SkOSWindow_iOS.h Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
SkOSWindow_Mac.h Make SkOSWindow return the sample count and stencil bit count for its GL context. 2013-03-05 20:06:05 +00:00
SkOSWindow_NaCl.h Cleanup: Remove unnecessary forward declarations from some views files. 2014-11-03 08:31:23 -08:00
SkOSWindow_SDL.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkOSWindow_Unix.h Fix up all the easy virtual ... SK_OVERRIDE cases. 2015-01-09 10:06:40 -08:00
SkOSWindow_Win.h Make SkOSWindow return the sample count and stencil bit count for its GL context. 2013-03-05 20:06:05 +00:00
SkStackViewLayout.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkSystemEventTypes.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
SkTouchGesture.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkView.h Enable unused param checking for public includes. 2014-11-14 11:11:46 -08:00
SkViewInflate.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkWidget.h Cleanup: More override fixes - include version. 2014-12-21 10:27:08 -08:00
SkWindow.h add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts 2014-10-06 12:29:56 -07:00