forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DragControllerTest use RenderingTest
DragControllerTest is complex and duplicates logic in RenderingTest. This patch switches the test to use RenderingTest. This lets us remove redundant logic, remove unused variables such as performance_, and will make it possible to create iframe tests in the future (which require SingleChildLocalFrameClient). This is just a cleanup and should have no change in behavior. Bug: 766355 Change-Id: I313a9cc4a33aa1afdba5f89be52630762930b3ae Reviewed-on: https://chromium-review.googlesource.com/671164 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#503630}
- Loading branch information
Showing
1 changed file
with
6 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters