Commit cd22b6b9 authored by Brian Salomon's avatar Brian Salomon Committed by Commit Bot

Remove GrTextureOp AA legacy flag and rebaseline tests

Change-Id: I970adfa9998f261d1f2d604aa7fe31c73335a80f
Reviewed-on: https://chromium-review.googlesource.com/1188608Reviewed-by: default avatarRobert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Cr-Commit-Position: refs/heads/master@{#586694}
parent 38e765d6
...@@ -185,9 +185,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -185,9 +185,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
// Max. verb count for paths rendered by the edge-AA tessellating path renderer. // Max. verb count for paths rendered by the edge-AA tessellating path renderer.
#define GR_AA_TESSELLATOR_MAX_VERB_COUNT 100 #define GR_AA_TESSELLATOR_MAX_VERB_COUNT 100
// Remove this and rebaseline affected layout tests.
#define SK_DONT_DROP_UNNECESSARY_AA_IN_TEXTURE_OP
#ifndef SK_SUPPORT_LEGACY_THREADED_DAA_BUGS #ifndef SK_SUPPORT_LEGACY_THREADED_DAA_BUGS
#define SK_SUPPORT_LEGACY_THREADED_DAA_BUGS #define SK_SUPPORT_LEGACY_THREADED_DAA_BUGS
#endif #endif
......
This is a testharness.js-based test.
PASS overscroll-behavior-y: none should only prevent scroll propagation on y axis with: wheel.
FAIL overscroll-behavior-x: none should only prevent scroll propagation on x axis with: wheel. assert_equals: expected 100 but got 66
PASS overscroll-behavior should not affect scrolling inside the applied container with: wheel.
PASS overscroll-behavior on non-scrollable area should not affect scroll propagation with: wheel.
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment