| Index: sky/engine/platform/graphics/DisplayList.h
|
| diff --git a/sky/engine/platform/graphics/DisplayList.h b/sky/engine/platform/graphics/DisplayList.h
|
| index f3ec749d5619f7c69730cc3c79ef96123548d169..4161a3e6b354dc9c3c5ea5db1078b4f35f011a9c 100644
|
| --- a/sky/engine/platform/graphics/DisplayList.h
|
| +++ b/sky/engine/platform/graphics/DisplayList.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DisplayList_h
|
| -#define DisplayList_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_DISPLAYLIST_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_DISPLAYLIST_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
|
|
| @@ -72,4 +72,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DisplayList_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_DISPLAYLIST_H_
|
|
|