зеркало из https://github.com/mozilla/gecko-dev.git
(no bug) Drop no-longer-correct "bitmap" qualifier from nsImageFrame header-comment. rs=tn
(It's no longer correct because we use nsImageFrame to render e.g. <img src="whatever.svg">, which is not bitmap-flavored at all.)
This commit is contained in:
Родитель
b6a4fa04bd
Коммит
66f62efdb3
|
@ -3,7 +3,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* rendering object for replaced elements with bitmap image data */
|
||||
/* rendering object for replaced elements with image data */
|
||||
|
||||
#include "nsImageFrame.h"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* rendering object for replaced elements with bitmap image data */
|
||||
/* rendering object for replaced elements with image data */
|
||||
|
||||
#ifndef nsImageFrame_h___
|
||||
#define nsImageFrame_h___
|
||||
|
|
Загрузка…
Ссылка в новой задаче