Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26b85360 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25212 into eclair

* changes:
  revert to black video background, since we don't need the color-key anylonger
parents f8655845 b8cfc0f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -607,9 +607,10 @@ LayerBuffer::OverlaySource::~OverlaySource()

void LayerBuffer::OverlaySource::onDraw(const Region& clip) const
{
    // this would be where the color-key would be set, should we need it.
    GLclampx red = 0;
    GLclampx green = 0;
    GLclampx blue = 0x1818;
    GLclampx blue = 0;
    mLayer.clearWithOpenGL(clip, red, green, blue, 0);
}