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

Unified Diff: src/codec/SkMasks.h

Issue 1258863008: Split SkBmpCodec into three separate classes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/codec/SkMaskSwizzler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkMasks.h
diff --git a/src/codec/SkMasks.h b/src/codec/SkMasks.h
index 31c684994017f3c174439f0005dde46238180562..082370466828009f781f6cbdb20d07d7379b6504 100644
--- a/src/codec/SkMasks.h
+++ b/src/codec/SkMasks.h
@@ -4,6 +4,9 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#ifndef SkMasks_DEFINED
+#define SkMasks_DEFINED
+
#include "SkTypes.h"
/*
@@ -79,3 +82,5 @@ private:
const MaskInfo fBlue;
const MaskInfo fAlpha;
};
+
+#endif
« no previous file with comments | « src/codec/SkMaskSwizzler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698