webkit2gtk: fix header location
This commit is contained in:
parent
bce1d43e99
commit
f0fe3f992d
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue