aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD.public.expected
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-11-06 08:56:32 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-06 08:56:32 -0800
commit5cb4885b4cd1ac5eb3fc92dac5f5509d7c810464 (patch)
tree8edcbfa75ec122129136503140a85a2b55bdc6e5 /tools/BUILD.public.expected
parentaa4ba90792a99eed96ac51006bd478d453a751c4 (diff)
Rename SkBitmapRegionDecoder and Create function
We no longer need to worry about namespace conflicts SkBitmapRegionDecoder in Android (which we are replacing). Additionally, the static Create() function does not need to repeat the name BitmapRegionDecoder. BUG=skia: Review URL: https://codereview.chromium.org/1415243007
Diffstat (limited to 'tools/BUILD.public.expected')
-rw-r--r--tools/BUILD.public.expected4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index 02f86a7388..63d25e3ac2 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -573,8 +573,8 @@ DM_SRCS = ['dm/DM.cpp',
'tools/SkBitmapRegionCanvas.h',
'tools/SkBitmapRegionCodec.cpp',
'tools/SkBitmapRegionCodec.h',
- 'tools/SkBitmapRegionDecoderInterface.cpp',
- 'tools/SkBitmapRegionDecoderInterface.h',
+ 'tools/SkBitmapRegionDecoder.cpp',
+ 'tools/SkBitmapRegionDecoder.h',
'tools/SkBitmapRegionSampler.cpp',
'tools/SkBitmapRegionSampler.h',
'tools/flags/SkCommandLineFlags.cpp',