add break statement -- lost during rewrite earlier

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1193333004
This commit is contained in:
reed 2015-06-22 17:03:10 -07:00 committed by Commit bot
parent 871872f3f2
commit c210035071

View File

@ -541,6 +541,7 @@ bool SkPictureData::parseBufferTag(SkReadBuffer& buffer, uint32_t tag, uint32_t
create_picture_from_buffer)) {
return false;
}
break;
default:
// The tag was invalid.
return false;