• Vladimir Levin's avatar
    oop: Ignore DrawTextBlob ops in the paint op buffer equality fuzzer. · a2649687
    Vladimir Levin authored
    DrawTextBlob pose an issue to the equality fuzzer in that we don't
    reconstruct typefaces at deserialization, making the op impossible to
    serialize again (it asserts). This patch ignores these ops in the
    equality fuzzer.
    
    R=enne@chromium.org
    
    Bug: 798939
    Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
    Change-Id: I50c039e88737ac443c834b2207f77acb798c3612
    Reviewed-on: https://chromium-review.googlesource.com/850538Reviewed-by: default avatarenne <enne@chromium.org>
    Commit-Queue: vmpstr <vmpstr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#527055}
    a2649687
paint_op_buffer_eq_fuzzer.cc 5.37 KB