intentionally break the build to test notifications

git-svn-id: http://skia.googlecode.com/svn/trunk@4813 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
epoger@google.com 2012-07-27 18:13:31 +00:00
parent f6627b78f9
commit 3bf5e310ea

View File

@ -6,7 +6,6 @@
* found in the LICENSE file.
*/
#include "Sk64.h"
#include "SkMath.h"
@ -21,6 +20,7 @@
//////////////////////////////////////////////////////////////////////
EPOGER_BREAK_THE_BUILD epoger_break_the_build
int Sk64::getClzAbs() const
{
int32_t hi = fHi;
@ -360,4 +360,3 @@ SkFixed Sk64::getFixedDiv(const Sk64& denom) const
}
return SkApplySign(result, sign);
}