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

Unified Diff: sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break Created 6 years, 1 month 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
Index: sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
diff --git a/sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h b/sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
index 28195124c627f203e7a694c3674b3054087bbdb0..f7146606f143456a681389a10a3b895c8a0d44a9 100644
--- a/sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
+++ b/sky/engine/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebGLImageConversionNEON_h
-#define WebGLImageConversionNEON_h
+#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_CPU_ARM_WEBGLIMAGECONVERSIONNEON_H_
+#define SKY_ENGINE_PLATFORM_GRAPHICS_CPU_ARM_WEBGLIMAGECONVERSIONNEON_H_
#if HAVE(ARM_NEON_INTRINSICS)
@@ -301,4 +301,4 @@ ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort565(const uint8_t*& source, u
#endif // HAVE(ARM_NEON_INTRINSICS)
-#endif // WebGLImageConversionNEON_h
+#endif // SKY_ENGINE_PLATFORM_GRAPHICS_CPU_ARM_WEBGLIMAGECONVERSIONNEON_H_

Powered by Google App Engine
This is Rietveld 408576698