skia2/tools/sk_app/android
Greg Daniel 8c277bdbfe Revert "Fix crash on windows viewer when starting in vulkan."
This reverts commit fcd68167a2.

Reason for revert: going to do this a different way

Original change's description:
> Fix crash on windows viewer when starting in vulkan.
>
> setRequestedDisplayParams is called when setting up viewer before we've
> inited the Window. On windows this tries to attach the Window for a given
> backend. However, we haven't set fBackend yet. Later on we will directly
> call attach.
>
> Change-Id: I4bd6586478f2b040e5913314c4e47e92fc893a60
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344756
> Reviewed-by: Brian Osman <brianosman@google.com>
> Commit-Queue: Greg Daniel <egdaniel@google.com>

TBR=egdaniel@google.com,brianosman@google.com

Change-Id: Ie4d33b557868e4906df9b7a3988072fdc79a19c7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/344897
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2020-12-16 14:52:07 +00:00
..
GLWindowContext_android.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
main_android.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
RasterWindowContext_android.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
surface_glue_android.cpp tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
surface_glue_android.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
VulkanWindowContext_android.cpp tools/sk_app: fWindowContext is unique_ptr<> 2019-08-02 16:16:34 +00:00
Window_android.cpp Revert "Fix crash on windows viewer when starting in vulkan." 2020-12-16 14:52:07 +00:00
Window_android.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
WindowContextFactory_android.h tools/sk_app: fWindowContext is unique_ptr<> 2019-08-02 16:16:34 +00:00