зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1102048 (Part 35, Downscaler) - Make image/src files comply with the Mozilla Coding Style Guide. r=seth
This commit is contained in:
Родитель
08cc0ef3c1
Коммит
d54556cf7e
|
@ -203,7 +203,8 @@ Downscaler::DownscaleInputLine()
|
|||
typedef skia::ConvolutionFilter1D::Fixed FilterValue;
|
||||
|
||||
MOZ_ASSERT(mOutputBuffer);
|
||||
MOZ_ASSERT(mCurrentOutLine < mTargetSize.height, "Writing past end of output");
|
||||
MOZ_ASSERT(mCurrentOutLine < mTargetSize.height,
|
||||
"Writing past end of output");
|
||||
|
||||
int32_t filterOffset = 0;
|
||||
int32_t filterLength = 0;
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
* scaling implementation.
|
||||
*/
|
||||
|
||||
#ifndef MOZILLA_IMAGELIB_DOWNSCALER_H_
|
||||
#define MOZILLA_IMAGELIB_DOWNSCALER_H_
|
||||
#ifndef mozilla_image_src_Downscaler_h
|
||||
#define mozilla_image_src_Downscaler_h
|
||||
|
||||
#include "mozilla/UniquePtr.h"
|
||||
#include "nsRect.h"
|
||||
|
@ -149,6 +149,6 @@ public:
|
|||
} // namespace image
|
||||
} // namespace mozilla
|
||||
|
||||
#endif
|
||||
#endif // MOZ_ENABLE_SKIA
|
||||
|
||||
#endif // MOZILLA_IMAGELIB_DOWNSCALER_H_
|
||||
#endif // mozilla_image_src_Downscaler_h
|
||||
|
|
Загрузка…
Ссылка в новой задаче