[chromium] Fix include style in WebTransformOperations.h
https://bugs.webkit.org/show_bug.cgi?id=105259
Patch by James Robinson <jamesr@chromium.org> on 2012-12-18
Reviewed by Adrienne Walker.
Changes include of WebTransformationMatrix.h from '#include <public/..h>' to '#include "....h". The latter
always works, since #include "foo.h" always finds foo.h in the same directory, and doesn't require all
downstream users of this header to have Source/Platform/chromium/ on the include path.
* chromium/public/WebTransformOperations.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk/Source/Platform/chromium/public@138047 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 file changed