skia2/tools/viewer/sk_app
Hal Canary 95e3c058ef SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
* SkAutoFree moved to SkTemplates.h (now implmented with unique_ptr).

  * SkAutoMalloc and SkAutoSMalloc moved to SkAutoMalloc.h

  * "SkAutoFree X(sk_malloc_throw(N));" --> "SkAutoMalloc X(N);"

Revert "Revert 'SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h'"
This reverts commit c456b73fef.

Change-Id: Ie2c1a17c20134b8ceab85a68b3ae3e61c24fbaab
Reviewed-on: https://skia-review.googlesource.com/6886
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2017-01-11 18:55:34 +00:00
..
android Rename all color space factories from New* to Make* 2016-10-24 14:02:27 +00:00
mac Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00
unix Minor fixes for the Linux viewer 2017-01-05 18:51:47 +00:00
win SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h 2017-01-11 18:55:34 +00:00
Application.h More accurate render time and continuous fresh 2016-07-06 14:11:32 -07:00
CommandSet.cpp Add Softkey UIState to Viewer 2016-06-03 08:47:24 -07:00
CommandSet.h Add Softkey UIState to Viewer 2016-06-03 08:47:24 -07:00
DisplayParams.h Lots of progress on switching to SkColorSpace rather than SkColorProfileType 2016-06-16 13:03:24 -07:00
GLWindowContext.cpp tools: s/SkAutoTUnref/sk_sp/ 2016-11-03 21:00:34 +00:00
GLWindowContext.h tools: s/SkAutoTUnref/sk_sp/ 2016-11-03 21:00:34 +00:00
RasterWindowContext.h Use Windowing system-specific WindowContext factories. 2016-07-26 12:02:51 -07:00
VulkanWindowContext.cpp SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h 2017-01-11 18:55:34 +00:00
VulkanWindowContext.h tools: s/SkAutoTUnref/sk_sp/ 2016-11-03 21:00:34 +00:00
Window.cpp SW backend for viewer on Windows 2016-07-27 08:50:12 -07:00
Window.h GN builds viewer on Linux, too 2016-10-18 19:43:05 +00:00
WindowContext.cpp Various fixes in VulkanWindowContext 2016-10-28 21:14:17 +00:00
WindowContext.h Various fixes in VulkanWindowContext 2016-10-28 21:14:17 +00:00