skia2/tools/sk_app/mac
Hal Canary ff2e8fe65f sk_app, Sample: Unify InputState enum.
replace() {
      if git grep -q "$1")";
      then sed -i -e "s#${1}#${2}#g" $(git grep -l "$1");
      fi
    }
    replace 'k\([A-Za-z]*\)_InputState' 'InputState::k\1'
    replace '\(\(sk_app::\|\)Window\|Sample\|\)::InputState' 'InputState'

Change-Id: I4cc18814fb1fbdd1f240aabba05aae79c54a4841
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/227642
Commit-Queue: Hal Canary <halcanary@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-07-16 14:51:03 +00:00
..
GLWindowContext_mac.mm Fix GL MSAA support in Mac Viewer. 2019-07-11 22:31:43 +00:00
main_mac.mm Fix Mac viewer on command line launch. 2019-06-21 15:45:22 +00:00
MetalWindowContext_mac.mm Fix resize and vsync issues in Mac Viewer 2019-05-22 14:54:20 +00:00
RasterWindowContext_mac.mm Revise Mac windowing and context creation. 2019-05-16 16:46:11 +00:00
VulkanWindowContext_mac.mm rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
Window_mac.h Enable MSAA for Metal. 2019-07-11 20:57:24 +00:00
Window_mac.mm sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
WindowContextFactory_mac.h Add MoltenVK support to Viewer. 2019-02-14 20:56:38 +00:00