Kaydet (Commit) 4d6eb40f authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Miklos Vajna

android: fix LOGTAG in DisplayPortCalculator

Change-Id: I7895cc8fe70ecf69183ed9261bad4b74af023c8d
üst d103037d
...@@ -17,7 +17,7 @@ import org.mozilla.gecko.util.FloatUtils; ...@@ -17,7 +17,7 @@ import org.mozilla.gecko.util.FloatUtils;
import java.util.Map; import java.util.Map;
final class DisplayPortCalculator { final class DisplayPortCalculator {
private static final String LOGTAG = "GeckoDisplayPortCalculator"; private static final String LOGTAG = DisplayPortCalculator.class.getSimpleName();
private static final PointF ZERO_VELOCITY = new PointF(0, 0); private static final PointF ZERO_VELOCITY = new PointF(0, 0);
// Keep this in sync with the TILEDLAYERBUFFER_TILE_SIZE defined in gfx/layers/TiledLayerBuffer.h // Keep this in sync with the TILEDLAYERBUFFER_TILE_SIZE defined in gfx/layers/TiledLayerBuffer.h
......
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