Commit 6e48d842 authored by jincheol.jo's avatar jincheol.jo Committed by Commit bot

Refactor and cleanup scheduler_unittest.cc

The following lines are repeated in almost every test cc/scheduler/scheduler_unittest.cc file
  FakeSchedulerClient client;
  SchedulerSettings scheduler_settings;
  scheduler_settings.use_external_begin_frame_source = true;

  CREATE_SCHEDULER_AND_INIT_SURFACE(scheduler_settings);

created test fixture class and clean up to remove duplicate codes.

BUG=449028

Review URL: https://codereview.chromium.org/844763008

Cr-Commit-Position: refs/heads/master@{#313619}
parent 251f96fe
This source diff could not be displayed because it is too large. You can view the blob instead.
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