aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-01-06 13:54:58 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-06 19:42:08 +0000
commit19f0ed5b83a6ddf163a78bcb1c701f6020e6a17c (patch)
tree1f95cbab5eae57a734aeee489099b9b9f97f2331 /gn
parent9953737bcf885a52c08ade6c503f2202e4dd9aa5 (diff)
Purge clip masks when they are no longer findable.
This improves memory usage when the content contains frequently changing clips implemented as masks. BUG=chromium:676459 Change-Id: I06ea5f9fe1cff9564ea136bad9fe97f6ecd77ad9 Reviewed-on: https://skia-review.googlesource.com/6629 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 2e457531c8..e791f45cf8 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -191,7 +191,6 @@ skia_core_sources = [
"$_src/core/SkMatrixImageFilter.cpp",
"$_src/core/SkMatrixImageFilter.h",
"$_src/core/SkMatrixUtils.h",
- "$_src/core/SkMessageBus.h",
"$_src/core/SkMetaData.cpp",
"$_src/core/SkMipMap.cpp",
"$_src/core/SkMipMap.h",
@@ -454,6 +453,7 @@ skia_core_sources = [
"$_include/private/SkFloatBits.h",
"$_include/private/SkFloatingPoint.h",
"$_include/private/SkMiniRecorder.h",
+ "$_include/private/SkMessageBus.h",
"$_include/private/SkMutex.h",
"$_include/private/SkOnce.h",
"$_include/private/SkRecords.h",