aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/filterfastbounds.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-12-11 13:10:23 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-11 13:10:23 -0800
commit8c508b441331d75fd84d84092a3e725d15972828 (patch)
tree74c95c772c90726d3743d9b4122fc2e8e2ca592a /gm/filterfastbounds.cpp
parent5f975d0fecb5285df57951239d019a4699dfebba (diff)
Update GM to permit correctness testing of MPD on the GMs
Diffstat (limited to 'gm/filterfastbounds.cpp')
-rw-r--r--gm/filterfastbounds.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp
index 6d4d3f1aa2..def7b37833 100644
--- a/gm/filterfastbounds.cpp
+++ b/gm/filterfastbounds.cpp
@@ -162,10 +162,10 @@ protected:
// SkPictureImageFilter doesn't support serialization yet.
uint32_t onGetFlags() const SK_OVERRIDE {
- return kSkipPicture_Flag |
- kSkipPipe_Flag |
- kSkipPipeCrossProcess_Flag |
- kSkipTiled_Flag |
+ return kSkipPicture_Flag |
+ kSkipPipe_Flag |
+ kSkipPipeCrossProcess_Flag |
+ kSkipTiled_Flag |
kSkipScaledReplay_Flag;
}