skia2/modules/sksg
Florin Malita 679d05c48a [sksg] Simplify ScopedRenderContext
ScopedRenderContext tries really hard to avoid unnecessary RenderContext
initializations.

This is most likely unneeded because

  a) the structure is quite lightweight

and

  b) all ScopedRenderContext instantiation sites imediately call setters
     which require a writable context (assuming no-op args are uncommon)

Let's get rid of that over-engineered gunk.

Bug: skia:
Change-Id: Ieedc20c63c66b4d43744359e881c20639654040c
Reviewed-on: https://skia-review.googlesource.com/146761
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2018-08-10 17:54:29 +00:00
..
include [sksg] Simplify ScopedRenderContext 2018-08-10 17:54:29 +00:00
samples Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
src [sksg] Simplify ScopedRenderContext 2018-08-10 17:54:29 +00:00
tests Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
BUILD.gn Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
sksg.gni [skottie] Initial Fill layer effect support 2018-08-07 15:34:34 +00:00