aboutsummaryrefslogtreecommitdiff
path: root/gm
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-10-10 13:35:39 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-10-10 13:35:39 +0000
commit5cdea1884584e8b80b74d0b543fa360e98c9526f (patch)
tree5f6deb7d4320b5a3081f80ca354cbd122922c117 /gm
parente24d2e52b5c6587f70e4e343320af47cb0e6f907 (diff)
parentc497dae2fedb127770ae44a607e0a5b4d296e72f (diff)
downloadskia-5cdea1884584e8b80b74d0b543fa360e98c9526f.tar.gz
Roll Skia from c5541e2bd213 to c497dae2fedb (17 revisions)
https://skia.googlesource.com/skia.git/+log/c5541e2bd213..c497dae2fedb 2023-10-10 johnstiles@google.com Fix filename spelling. 2023-10-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from d3e7b9b7ad6a to 3b1bca8c657b (14 revisions) 2023-10-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4039a4c6188f to 457fc7591f3c (6 revisions) 2023-10-10 kjlubick@google.com Remove SkBase64 from public API 2023-10-10 kjlubick@google.com Remove GrSurfaceInfo 2023-10-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from f9f3328bcef8 to 4cd74d52e02d 2023-10-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 2e3e38a84286 to f9f3328bcef8 (8 revisions) 2023-10-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from d3dc8dfdccca to 4039a4c6188f (4 revisions) 2023-10-09 herb@google.com Add slope comparison for Segments 2023-10-09 kjlubick@google.com Remove #ifdef SK_VULKAN from GrDirectContext by moving MakeVulkan factories 2023-10-09 johnstiles@google.com Revert "Disable color type RG_88 on Apple M1 GPUs." 2023-10-09 johnstiles@google.com Disable color type RG_88 on Apple M1 GPUs. 2023-10-09 johnstiles@google.com Disable indirect draws in ANGLE + D3D. 2023-10-09 kjlubick@google.com Move third_party/vulkanmemoryallocator -> src/gpu/vk 2023-10-09 nscobie@google.com Force RRectEffect to always use scale when in reduced shader mode 2023-10-09 robertphillips@google.com [graphite] Update remaining childless Blocks to be AddBlock-style 2023-10-09 michaelludwig@google.com [skif] Refactor Functors,ContextInfo,Context into virtual Backend, and Context If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/android-master-autoroll Please CC djsollen@google.com,nscobie@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/251493570 Bug: b/293490566 Bug: b/297220808 Bug: b/302168680 Bug: b/40040586 Bug: b/40042882 Bug: b/40043081 Bug: b/40043485 Bug: b/40045491 Bug: b/186777432 Change-Id: Ibbbeb0f01fff7f817de9a57a0528c92f9d2e56d0
Diffstat (limited to 'gm')
-rw-r--r--gm/vias/SimpleVias.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/vias/SimpleVias.cpp b/gm/vias/SimpleVias.cpp
index b75ce2194c..563e95134d 100644
--- a/gm/vias/SimpleVias.cpp
+++ b/gm/vias/SimpleVias.cpp
@@ -15,7 +15,7 @@
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/encode/SkPngEncoder.h"
-#include "include/utils/SkBase64.h"
+#include "src/base/SkBase64.h"
#include <sstream>
#include <string>