| Index: third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.h b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.h
|
| index 072dd9871ca128c476a068159e874de56c06e608..b39542193486726473b6ec453b6cbeeada5cf3c9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.h
|
| @@ -62,8 +62,8 @@ class PLATFORM_EXPORT FEColorMatrix final : public FilterEffect {
|
|
|
| ColorMatrixType m_type;
|
|
|
| - // The m_values vector may not contain the right number of values. Always check
|
| - // before accessing contents.
|
| + // The m_values vector may not contain the right number of values. Always
|
| + // check before accessing contents.
|
| Vector<float> m_values;
|
| };
|
|
|
|
|