intentionally break the build to test notifications
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Jul 2012 18:13:31 +0000 (18:13 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Jul 2012 18:13:31 +0000 (18:13 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4813 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/Sk64.cpp

index 0d74904..9760070 100644 (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);
 }
-