| Index: sky/engine/platform/graphics/GraphicsContextStateSaver.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsContextStateSaver.h b/sky/engine/platform/graphics/GraphicsContextStateSaver.h
|
| index 4b39d911cf2a5a16ab8c9ff5d1b2849777854bf8..0b35abe6a07ece3552a1802cc000830e45f18cfc 100644
|
| --- a/sky/engine/platform/graphics/GraphicsContextStateSaver.h
|
| +++ b/sky/engine/platform/graphics/GraphicsContextStateSaver.h
|
| @@ -26,8 +26,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef GraphicsContextStateSaver_h
|
| -#define GraphicsContextStateSaver_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTSTATESAVER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTSTATESAVER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/graphics/GraphicsContext.h"
|
| @@ -75,4 +75,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // GraphicsContextStateSaver_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSCONTEXTSTATESAVER_H_
|
|
|