| Index: third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| index 1b0a67acc0f8b0b3fb8051a610d8395c1df8f80d..f1976cfd81f5b3ce9856199b74a96df2389e6b99 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| @@ -438,9 +438,7 @@ private:
|
| Matrix4 m_matrix;
|
| };
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/TransformPrinters.h.
|
| -void PrintTo(const TransformationMatrix&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const TransformationMatrix&);
|
|
|
| } // namespace blink
|
|
|
|
|