| Index: webkit/compositor/stubs/public/WebTransformationMatrix.h
|
| diff --git a/webkit/compositor/stubs/public/WebTransformationMatrix.h b/webkit/compositor/stubs/public/WebTransformationMatrix.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f7c5aa1cabbf943b4749780af351b281fdc6a115
|
| --- /dev/null
|
| +++ b/webkit/compositor/stubs/public/WebTransformationMatrix.h
|
| @@ -0,0 +1,9 @@
|
| +#ifndef WEBKIT_COMPOSITOR_STUBS_WEBTRANSFORMATIONMATRIX_H_
|
| +#define WEBKIT_COMPOSITOR_STUBS_WEBTRANSFORMATIONMATRIX_H_
|
| +
|
| +#undef WEBKIT_IMPLEMENTATION
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformationMatrix.h"
|
| +#undef WEBKIT_IMPLEMENTATION
|
| +#define WEBKIT_IMPLEMENTATION 1
|
| +
|
| +#endif // WEBKIT_COMPOSITOR_STUBS_WEBTRANSFORMATIONMATRIX_H_
|
|
|