summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h')
-rwxr-xr-xgfx/angle/src/third_party/compiler/ArrayBoundsClamper.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h b/gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h
index a4c407f76..27917e6ee 100755
--- a/gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h
+++ b/gfx/angle/src/third_party/compiler/ArrayBoundsClamper.h
@@ -29,12 +29,8 @@
#include "compiler/translator/InfoSink.h"
#include "compiler/translator/IntermNode.h"
-namespace sh
-{
-
-class ArrayBoundsClamper
-{
- public:
+class ArrayBoundsClamper {
+public:
ArrayBoundsClamper();
// Must be set before compiling any shaders to ensure consistency
@@ -61,6 +57,4 @@ private:
bool mArrayBoundsClampDefinitionNeeded;
};
-} // namespace sh
-
#endif // THIRD_PARTY_COMPILER_ARRAYBOUNDSCLAMPER_H_