webkit2gtk: fix header location

This commit is contained in:
yopito 2017-10-05 08:40:30 +02:00 committed by Enno Boland
parent bce1d43e99
commit f0fe3f992d
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
fix header file location.
source: https://bugs.webkit.org/show_bug.cgi?id=176983
--- Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h.ORIG
+++ Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h
@@ -20,7 +20,7 @@
#if USE(CAIRO)
#include "BackingStoreBackendCairo.h"
-#include <WebCore/HysteresisActivity.h>
+#include <WebCore/platform/HysteresisActivity.h>
namespace WebCore {