Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2023)

Unified Diff: webkit/compositor/stubs/public/WebTransformationMatrix.h

Issue 10828381: libcc and webkit_compositor targets + stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slightly better scripts and updated README Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/test/RunAllTests.cpp ('K') | « webkit/compositor/stubs/AnimationIdVendor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« cc/test/RunAllTests.cpp ('K') | « webkit/compositor/stubs/AnimationIdVendor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698