Skip to content

Commit

Permalink
[GTK][Stable] BackingStoreBackendCairoImpl.h:23:10: fatal error: WebC…
Browse files Browse the repository at this point in the history
…ore/HysteresisActivity.h

https://bugs.webkit.org/show_bug.cgi?id=178407

Reviewed by Žan Doberšek.

Do not use #include <WebCore/Foo.h> inside WebCore.

* platform/graphics/cairo/BackingStoreBackendCairoImpl.h:
  • Loading branch information
carlosgcampos committed Oct 18, 2017
1 parent 092da9d commit cefb3ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,14 @@
2017-10-17 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK][Stable] BackingStoreBackendCairoImpl.h:23:10: fatal error: WebCore/HysteresisActivity.h
https://bugs.webkit.org/show_bug.cgi?id=178407

Reviewed by Žan Doberšek.

Do not use #include <WebCore/Foo.h> inside WebCore.

* platform/graphics/cairo/BackingStoreBackendCairoImpl.h:

2017-08-17 Zan Dobersek <zdobersek@igalia.com>

[GStreamer] GstStructure shouldn't be handled through GRefPtr
Expand Down
Expand Up @@ -20,7 +20,7 @@

#if USE(CAIRO)
#include "BackingStoreBackendCairo.h"
#include <WebCore/HysteresisActivity.h>
#include "HysteresisActivity.h"

namespace WebCore {

Expand All @@ -33,7 +33,7 @@ class BackingStoreBackendCairoImpl final : public BackingStoreBackendCairo {
void scroll(const IntRect&, const IntSize&) override;

RefPtr<cairo_surface_t> m_scrollSurface;
WebCore::HysteresisActivity m_scrolledHysteresis;
HysteresisActivity m_scrolledHysteresis;
};

} // namespace WebCore
Expand Down

0 comments on commit cefb3ca

Please sign in to comment.