Commit c0a7e396 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Commit Bot

orientation sensor: Remove unused variable from test

kRotationDOMMatrix has not been used since commit 7e8c0421 ("[sensors] Fix
orientation sensor layout test").

Change-Id: I2c85083df36e778acc0512bb8212a18f564334d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742132
Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#685256}
parent 20dc13ba
......@@ -18,7 +18,6 @@ const kRotationMatrix = [1, 0, 0, 0,
0, -1, 0, 0,
0, 0, -1, 0,
0, 0, 0, 1];
const kRotationDOMMatrix = new DOMMatrix(kRotationMatrix);
// For 'orientation.angle == 270', which is set for tests at
// at SensorProxy::GetScreenOrientationAngle().
......
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