am 1f1135a2: Merge change 25212 into eclair
Merge commit '1f1135a29e7dddae1d813f3d5a39eb57cef2db4a' into eclair-plus-aosp * commit '1f1135a29e7dddae1d813f3d5a39eb57cef2db4a': revert to black video background, since we don't need the color-key anylonger
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user