Commit ee42308e by Jamie Madill

Update guards in ShaderVariable.h.

We neglected to update the text of the guards when we renamed the file from Uniform.h to ShaderVariable.h. BUG=angle:533 Change-Id: I59969113536b69a418cf233ef0d7dd797e666ea9 Reviewed-on: https://chromium-review.googlesource.com/180978Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Reviewed-by: 's avatarNicolas Capens <nicolascapens@chromium.org> Commit-Queue: Nicolas Capens <nicolascapens@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 79f2f45c
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
// found in the LICENSE file. // found in the LICENSE file.
// //
#ifndef COMPILER_UNIFORM_H_ #ifndef COMPILER_SHADERVARIABLE_H_
#define COMPILER_UNIFORM_H_ #define COMPILER_SHADERVARIABLE_H_
#include <string> #include <string>
#include <vector> #include <vector>
...@@ -122,4 +122,4 @@ typedef std::vector<InterfaceBlock> ActiveInterfaceBlocks; ...@@ -122,4 +122,4 @@ typedef std::vector<InterfaceBlock> ActiveInterfaceBlocks;
} }
#endif // COMPILER_UNIFORM_H_ #endif // COMPILER_SHADERVARIABLE_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment