skia2/tools/viewer/sk_app/win
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
..
GLWindowContext_win.cpp Enable backend switching for Windows Viewer 2016-07-27 14:29:18 -07:00
main_win.cpp More accurate render time and continuous fresh 2016-07-06 14:11:32 -07:00
RasterWindowContext_win.cpp SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h 2017-01-11 18:55:34 +00:00
VulkanWindowContext_win.cpp Use Windowing system-specific WindowContext factories. 2016-07-26 12:02:51 -07:00
Window_win.cpp Enable backend switching for Windows Viewer 2016-07-27 14:29:18 -07:00
Window_win.h Enable backend switching for Windows Viewer 2016-07-27 14:29:18 -07:00
WindowContextFactory_win.h SW backend for viewer on Windows 2016-07-27 08:50:12 -07:00