Bug 564991. Part 8: Hoist GetLayerType out of individual layer manager types and make it available for all layers. r=jrmuizel,sr=vlad

This commit is contained in:
Matt Woodrow
2010-07-01 20:01:09 -05:00
parent 5c97e52a5d
commit a349797ef9
24 changed files with 33 additions and 102 deletions

View File

@@ -255,12 +255,6 @@ ImageContainerOGL::GetCurrentSize()
return gfxIntSize(0,0);
}
LayerOGL::LayerType
ImageLayerOGL::GetType()
{
return TYPE_IMAGE;
}
Layer*
ImageLayerOGL::GetLayer()
{